#BBD981

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

Shades of Sulu #BBD981

Tints of Sulu #BBD981

Color information

#BBD981 (or 0xBBD981) is unknown color: approx Sulu. HEX triplet: BB, D9 and 81. RGB value is (187,217,129). Sum of RGB (Red+Green+Blue) = 187+217+129=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD981 is #44267E. Grayscale: #C6C6C6. Windows color (decimal): -4466303 or 8509883. OLE color: 8509883.

HSL color Cylindrical-coordinate representation of color #BBD981: hue angle of 80.45º 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 #BBD981 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB187217129-
CMYK0.1400.410.15
HSL80.45º53.66%67.84%-
HSV(B)80.45º40.55%85.1%-
XYZ49.2761.7830.1-
YUV19889.06120.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=35.08%
G=40.71%
B=24.20%

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
Decimal1872171290.1400.410.1580.4553.6667.84
HexBBD981E029F503644
Octal273331201160511712066104
Binary10111011110110011000000111100101001111110100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD981; }

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

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

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

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

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

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

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

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