#B9E86A

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

Shades of Sulu #B9E86A

Tints of Sulu #B9E86A

Color information

#B9E86A (or 0xB9E86A) is unknown color: approx Sulu. HEX triplet: B9, E8 and 6A. RGB value is (185,232,106). Sum of RGB (Red+Green+Blue) = 185+232+106=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E86A is #461795. Grayscale: #CCCCCC. Windows color (decimal): -4593558 or 7006393. OLE color: 7006393.

HSL color Cylindrical-coordinate representation of color #B9E86A: hue angle of 82.38º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9E86A is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB185232106-
CMYK0.2000.540.09
HSL82.38º73.26%66.27%-
HSV(B)82.38º54.31%90.98%-
XYZ51.4769.0724.25-
YUV203.5872.93114.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 232 (91.02% from 255) = 44.36%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=35.37%
G=44.36%
B=20.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852321060.2000.540.0982.3873.2666.27
HexB9E86A140369524942
Octal2713501522406611122111102
Binary101110011110100011010101010001101101001101001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E86A; }

 p { color: rgb(185,232,106); }

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

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

 a { background-color: rgb(185,232,106); }

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

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

 span { border-color: rgb(185,232,106); }

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