#B9EA72

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

Shades of Sulu #B9EA72

Tints of Sulu #B9EA72

Color information

#B9EA72 (or 0xB9EA72) is unknown color: approx Sulu. HEX triplet: B9, EA and 72. RGB value is (185,234,114). Sum of RGB (Red+Green+Blue) = 185+234+114=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EA72 is #46158D. Grayscale: #CECECE. Windows color (decimal): -4593038 or 7531193. OLE color: 7531193.

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

Color convert

RGB185234114-
CMYK0.2100.510.08
HSL84.5º74.07%68.24%-
HSV(B)84.5º51.28%91.76%-
XYZ52.4770.3726.74-
YUV205.6776.27113.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 234 (91.80% from 255) = 43.90%
BLUE value IS 114 (44.92% from 255) = 21.39%
R=34.71%
G=43.90%
B=21.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852341140.2100.510.0884.574.0768.24
HexB9EA72150338544a44
Octal2713521622506310124112104
Binary101110011110101011100101010101100111000101010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EA72; }

 p { color: rgb(185,234,114); }

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

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

 a { background-color: rgb(185,234,114); }

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

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

 span { border-color: rgb(185,234,114); }

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