#BBDC6D

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

Shades of Sulu #BBDC6D

Tints of Sulu #BBDC6D

Color information

#BBDC6D (or 0xBBDC6D) is unknown color: approx Sulu. HEX triplet: BB, DC and 6D. RGB value is (187,220,109). Sum of RGB (Red+Green+Blue) = 187+220+109=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC6D is #442392. Grayscale: #C5C5C5. Windows color (decimal): -4465555 or 7199931. OLE color: 7199931.

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

Color convert

RGB187220109-
CMYK0.1500.500.14
HSL77.84º61.33%64.51%-
HSV(B)77.84º50.45%86.27%-
XYZ48.8562.8624.03-
YUV197.4878.07120.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 109 (42.97% from 255) = 21.12%
R=36.24%
G=42.64%
B=21.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201090.1500.500.1477.8461.3364.51
HexBBDC6DF032E4e3d41
Octal273334155170621611675101
Binary1011101111011100110110111110110010111010011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC6D; }

 p { color: rgb(187,220,109); }

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

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

 a { background-color: rgb(187,220,109); }

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

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

 span { border-color: rgb(187,220,109); }

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