#BBDD76

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

Shades of Sulu #BBDD76

Tints of Sulu #BBDD76

Color information

#BBDD76 (or 0xBBDD76) is unknown color: approx Sulu. HEX triplet: BB, DD and 76. RGB value is (187,221,118). Sum of RGB (Red+Green+Blue) = 187+221+118=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD76 is #442289. Grayscale: #C7C7C7. Windows color (decimal): -4465290 or 7790011. OLE color: 7790011.

HSL color Cylindrical-coordinate representation of color #BBDD76: hue angle of 79.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDD76 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB187221118-
CMYK0.1500.470.13
HSL79.81º60.23%66.47%-
HSV(B)79.81º46.61%86.67%-
XYZ49.6263.5926.8-
YUV199.0982.24119.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 118 (46.48% from 255) = 22.43%
R=35.55%
G=42.02%
B=22.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211180.1500.470.1379.8160.2366.47
HexBBDD76F02FD503c42
Octal273335166170571512074102
Binary1011101111011101111011011110101111110110100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD76; }

 p { color: rgb(187,221,118); }

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

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

 a { background-color: rgb(187,221,118); }

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

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

 span { border-color: rgb(187,221,118); }

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