#BBDD6F

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

Shades of Sulu #BBDD6F

Tints of Sulu #BBDD6F

Color information

#BBDD6F (or 0xBBDD6F) is unknown color: approx Sulu. HEX triplet: BB, DD and 6F. RGB value is (187,221,111). Sum of RGB (Red+Green+Blue) = 187+221+111=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD6F is #442290. Grayscale: #C6C6C6. Windows color (decimal): -4465297 or 7331259. OLE color: 7331259.

HSL color Cylindrical-coordinate representation of color #BBDD6F: hue angle of 78.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBDD6F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB187221111-
CMYK0.1500.500.13
HSL78.55º61.8%65.1%-
HSV(B)78.55º49.77%86.67%-
XYZ49.2263.4324.69-
YUV198.2978.74119.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 111 (43.75% from 255) = 21.39%
R=36.03%
G=42.58%
B=21.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211110.1500.500.1378.5561.865.1
HexBBDD6FF032D4f3e41
Octal273335157170621511776101
Binary1011101111011101110111111110110010110110011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD6F; }

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

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

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

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

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

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

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

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