#B9DB76

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

Shades of Sulu #B9DB76

Tints of Sulu #B9DB76

Color information

#B9DB76 (or 0xB9DB76) is unknown color: approx Sulu. HEX triplet: B9, DB and 76. RGB value is (185,219,118). Sum of RGB (Red+Green+Blue) = 185+219+118=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB76 is #462489. Grayscale: #C5C5C5. Windows color (decimal): -4596874 or 7789497. OLE color: 7789497.

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

Color convert

RGB185219118-
CMYK0.1600.460.14
HSL80.2º58.38%66.08%-
HSV(B)80.2º46.12%85.88%-
XYZ48.6162.2926.6-
YUV197.3283.24119.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=35.44%
G=41.95%
B=22.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852191180.1600.460.1480.258.3866.08
HexB9DB761002EE503a42
Octal271333166200561612072102
Binary10111001110110111110110100000101110111010100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DB76; }

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

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

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

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

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

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

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

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