#B9E18C

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

Shades of Sulu #B9E18C

Tints of Sulu #B9E18C

Color information

#B9E18C (or 0xB9E18C) is unknown color: approx Sulu. HEX triplet: B9, E1 and 8C. RGB value is (185,225,140). Sum of RGB (Red+Green+Blue) = 185+225+140=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E18C is #461E73. Grayscale: #CBCBCB. Windows color (decimal): -4595316 or 9232825. OLE color: 9232825.

HSL color Cylindrical-coordinate representation of color #B9E18C: hue angle of 88.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9E18C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB185225140-
CMYK0.1800.380.12
HSL88.24º58.62%71.57%-
HSV(B)88.24º37.78%88.24%-
XYZ51.6766.0634.84-
YUV203.3592.25114.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 140 (55.08% from 255) = 25.45%
R=33.64%
G=40.91%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852251400.1800.380.1288.2458.6271.57
HexB9E18C12026C583b48
Octal271341214220461413073110
Binary101110011110000110001100100100100110110010110001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E18C; }

 p { color: rgb(185,225,140); }

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

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

 a { background-color: rgb(185,225,140); }

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

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

 span { border-color: rgb(185,225,140); }

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