#BBD980

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

Shades of Sulu #BBD980

Tints of Sulu #BBD980

Color information

#BBD980 (or 0xBBD980) is unknown color: approx Sulu. HEX triplet: BB, D9 and 80. RGB value is (187,217,128). Sum of RGB (Red+Green+Blue) = 187+217+128=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD980 is #44267F. Grayscale: #C6C6C6. Windows color (decimal): -4466304 or 8444347. OLE color: 8444347.

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

Color convert

RGB187217128-
CMYK0.1400.410.15
HSL80.22º53.94%67.65%-
HSV(B)80.22º41.01%85.1%-
XYZ49.261.7529.75-
YUV197.8888.56120.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=35.15%
G=40.79%
B=24.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171280.1400.410.1580.2253.9467.65
HexBBD980E029F503644
Octal273331200160511712066104
Binary10111011110110011000000011100101001111110100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD980; }

 p { color: rgb(187,217,128); }

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

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

 a { background-color: rgb(187,217,128); }

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

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

 span { border-color: rgb(187,217,128); }

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