#BBD985

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

Shades of Sulu #BBD985

Tints of Sulu #BBD985

Color information

#BBD985 (or 0xBBD985) is unknown color: approx Sulu. HEX triplet: BB, D9 and 85. RGB value is (187,217,133). Sum of RGB (Red+Green+Blue) = 187+217+133=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD985 is #44267A. Grayscale: #C6C6C6. Windows color (decimal): -4466299 or 8772027. OLE color: 8772027.

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

Color convert

RGB187217133-
CMYK0.1400.390.15
HSL81.43º52.5%68.63%-
HSV(B)81.43º38.71%85.1%-
XYZ49.5461.8831.52-
YUV198.4591.06119.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=34.82%
G=40.41%
B=24.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171330.1400.390.1581.4352.568.63
HexBBD985E027F513545
Octal273331205160471712165105
Binary10111011110110011000010111100100111111110100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD985; }

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

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

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

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

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

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

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

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