#BBDD7D

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

Shades of Sulu #BBDD7D

Tints of Sulu #BBDD7D

Color information

#BBDD7D (or 0xBBDD7D) is unknown color: approx Sulu. HEX triplet: BB, DD and 7D. RGB value is (187,221,125). Sum of RGB (Red+Green+Blue) = 187+221+125=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD7D is #442282. Grayscale: #C8C8C8. Windows color (decimal): -4465283 or 8248763. OLE color: 8248763.

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

Color convert

RGB187221125-
CMYK0.1500.430.13
HSL81.25º58.54%67.84%-
HSV(B)81.25º43.44%86.67%-
XYZ50.0563.7629.07-
YUV199.8985.74118.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=35.08%
G=41.46%
B=23.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211250.1500.430.1381.2558.5467.84
HexBBDD7DF02BD513b44
Octal273335175170531512173104
Binary1011101111011101111110111110101011110110100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD7D; }

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

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

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

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

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

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

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

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