#BBDA82

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

Shades of Sulu #BBDA82

Tints of Sulu #BBDA82

Color information

#BBDA82 (or 0xBBDA82) is unknown color: approx Sulu. HEX triplet: BB, DA and 82. RGB value is (187,218,130). Sum of RGB (Red+Green+Blue) = 187+218+130=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA82 is #44257D. Grayscale: #C7C7C7. Windows color (decimal): -4466046 or 8575675. OLE color: 8575675.

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

Color convert

RGB187218130-
CMYK0.1400.400.15
HSL81.14º54.32%68.24%-
HSV(B)81.14º40.37%85.49%-
XYZ49.5962.3230.53-
YUV198.789.23119.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=34.95%
G=40.75%
B=24.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181300.1400.400.1581.1454.3268.24
HexBBDA82E028F513644
Octal273332202160501712166104
Binary10111011110110101000001011100101000111110100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA82; }

 p { color: rgb(187,218,130); }

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

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

 a { background-color: rgb(187,218,130); }

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

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

 span { border-color: rgb(187,218,130); }

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