#B9DB81

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

Shades of Sulu #B9DB81

Tints of Sulu #B9DB81

Color information

#B9DB81 (or 0xB9DB81) is unknown color: approx Sulu. HEX triplet: B9, DB and 81. RGB value is (185,219,129). Sum of RGB (Red+Green+Blue) = 185+219+129=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DB81 is #46247E. Grayscale: #C6C6C6. Windows color (decimal): -4596863 or 8510393. OLE color: 8510393.

HSL color Cylindrical-coordinate representation of color #B9DB81: hue angle of 82.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9DB81 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB185219129-
CMYK0.1600.410.14
HSL82.67º55.56%68.24%-
HSV(B)82.67º41.1%85.88%-
XYZ49.362.5630.25-
YUV198.5788.74118.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=34.71%
G=41.09%
B=24.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852191290.1600.410.1482.6755.5668.24
HexB9DB8110029E533844
Octal271333201200511612370104
Binary101110011101101110000001100000101001111010100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DB81; }

 p { color: rgb(185,219,129); }

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

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

 a { background-color: rgb(185,219,129); }

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

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

 span { border-color: rgb(185,219,129); }

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