#B9ED8E

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

Shades of Sulu #B9ED8E

Tints of Sulu #B9ED8E

Color information

#B9ED8E (or 0xB9ED8E) is unknown color: approx Sulu. HEX triplet: B9, ED and 8E. RGB value is (185,237,142). Sum of RGB (Red+Green+Blue) = 185+237+142=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9ED8E is #461271. Grayscale: #D2D2D2. Windows color (decimal): -4592242 or 9366969. OLE color: 9366969.

HSL color Cylindrical-coordinate representation of color #B9ED8E: hue angle of 92.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9ED8E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB185237142-
CMYK0.2200.400.07
HSL92.84º72.52%74.31%-
HSV(B)92.84º40.08%92.94%-
XYZ55.1772.8436.74-
YUV210.6289.27109.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=32.80%
G=42.02%
B=25.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852371420.2200.400.0792.8472.5274.31
HexB9ED8E1602875d494a
Octal271355216260507135111112
Binary101110011110110110001110101100101000111101110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ED8E; }

 p { color: rgb(185,237,142); }

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

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

 a { background-color: rgb(185,237,142); }

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

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

 span { border-color: rgb(185,237,142); }

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