Color Hex Logo

#b0c12e Color Hex

#B0C12E
(176,193,46)
0 Favorites   0 Comments

Color spaces of #b0c12e

RGB 17619346
HSL0.190.620.47
HSV67°76°76°
CMYK 0.090.000.76   0.24
XYZ37.467647.56739.7914
Yxy47.56730.39510.5016
Hunter Lab68.9691-23.725339.8611
CIE-Lab74.5512-23.692866.5193

#b0c12e color RGB value is (176,193,46).

#b0c12e hex color red value is 176, green value is 193 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b0c12e hue: 0.19 , saturation: 0.62 and the lightness value of b0c12e is 0.47.

The process color (four color CMYK) of #b0c12e color hex is 0.09, 0.00, 0.76, 0.24. Web safe color of #b0c12e is #99cc33. Color #b0c12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11000001 00101110
Octal 260 301 56
Decimal 176 193 46
Hex B0 C1 2E

RGB Percentages of Color #b0c12e

%42.41
%46.51
%11.08

CMYK Percentages of Color #b0c12e

%9
%0
%76
%24

Triadic Colors of #b0c12e

#b0c12e #2eb0c1 #c12eb0

Analogous Colors of #b0c12e

#b0c12e #67c12e #c1892e

Monochromatic Colors of #b0c12e

#b0c12e

Complementary Color

#b0c12e #3f2ec1

#b0c12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c12e Color CSS Codes

.mybgcolor {background-color:#b0c12e; } 
.myforecolor {color:#b0c12e; }
.mybordercolor {border:3px solid #b0c12e; }

#b0c12e Text Font Color

<p style="color:#b0c12e">Text here</p>

This sample text font color is #b0c12e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b0c12e Background Color

<div style="background-color:#b0c12e">
Div content here</div>

This div background color is #b0c12e


#b0c12e Border Color

<div style="border:3px solid #b0c12e">
Div here</div>

This div border color is #b0c12e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,193,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0c12e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0c12e;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c12e;
  box-shadow:         1px 1px 3px 2px #b0c12e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,193,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0c12e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0c12e;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c12e;
  box-shadow:         1px 1px 3px 2px #b0c12e;">
Div content here</div>

This div box has shadow with color #b0c12e


Comments

No comments written yet.

Please login to write comment.