#B0EA6F

Color #B0EA6F Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B0EA6F

Tints of Sulu #B0EA6F

Color information

#B0EA6F (or 0xB0EA6F) is unknown color: approx Sulu. HEX triplet: B0, EA and 6F. RGB value is (176,234,111). Sum of RGB (Red+Green+Blue) = 176+234+111=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA6F is #4F1590. Grayscale: #CBCBCB. Windows color (decimal): -5182865 or 7334576. OLE color: 7334576.

HSL color Cylindrical-coordinate representation of color #B0EA6F: hue angle of 88.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0EA6F is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB176234111-
CMYK0.2500.530.08
HSL88.29º74.55%67.65%-
HSV(B)88.29º52.56%91.76%-
XYZ50.269.2225.75-
YUV202.6476.28109-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 234 (91.80% from 255) = 44.91%
BLUE value IS 111 (43.75% from 255) = 21.31%
R=33.78%
G=44.91%
B=21.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762341110.2500.530.0888.2974.5567.65
HexB0EA6F190358584b44
Octal2603521573106510130113104
Binary101100001110101011011111100101101011000101100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EA6F; }

 p { color: rgb(176,234,111); }

 H1.HeaderClassName
 {
   color: #B0EA6F;
 }
 .AnyTagClassName
 {
   color: #B0EA6F;
 }
</style>
background-color css

<style>
 a { background-color: #B0EA6F; }

 a { background-color: rgb(176,234,111); }

 div.DivClassName
 {
   background-color: #B0EA6F;
 }
 .BgClassName
 {
   background-color: #B0EA6F;
 }
</style>
border-color css

<style>
 span { border-color: #B0EA6F; }

 span { border-color: rgb(176,234,111); }

 td.TdClassName
 {
   border-color: #B0EA6F;
 }
 .TagClassName
 {
   border-color: #B0EA6F;
 }
</style>