#BBDC7D

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

Shades of Sulu #BBDC7D

Tints of Sulu #BBDC7D

Color information

#BBDC7D (or 0xBBDC7D) is unknown color: approx Sulu. HEX triplet: BB, DC and 7D. RGB value is (187,220,125). Sum of RGB (Red+Green+Blue) = 187+220+125=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7D is #442382. Grayscale: #C7C7C7. Windows color (decimal): -4465539 or 8248507. OLE color: 8248507.

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

Color convert

RGB187220125-
CMYK0.1500.430.14
HSL80.84º57.58%67.65%-
HSV(B)80.84º43.18%86.27%-
XYZ49.7963.2328.98-
YUV199.386.07119.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=35.15%
G=41.35%
B=23.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201250.1500.430.1480.8457.5867.65
HexBBDC7DF02BE513a44
Octal273334175170531612172104
Binary1011101111011100111110111110101011111010100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC7D; }

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

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

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

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

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

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

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

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