#BBDB84

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

Shades of Sulu #BBDB84

Tints of Sulu #BBDB84

Color information

#BBDB84 (or 0xBBDB84) is unknown color: approx Sulu. HEX triplet: BB, DB and 84. RGB value is (187,219,132). Sum of RGB (Red+Green+Blue) = 187+219+132=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB84 is #44247B. Grayscale: #C7C7C7. Windows color (decimal): -4465788 or 8707003. OLE color: 8707003.

HSL color Cylindrical-coordinate representation of color #BBDB84: hue angle of 82.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDB84 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB187219132-
CMYK0.1500.400.14
HSL82.07º54.72%68.82%-
HSV(B)82.07º39.73%85.88%-
XYZ49.9962.8931.33-
YUV199.5189.9119.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=34.76%
G=40.71%
B=24.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191320.1500.400.1482.0754.7268.82
HexBBDB84F028E523745
Octal273333204170501612267105
Binary10111011110110111000010011110101000111010100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB84; }

 p { color: rgb(187,219,132); }

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

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

 a { background-color: rgb(187,219,132); }

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

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

 span { border-color: rgb(187,219,132); }

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