#BBD785

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

Shades of Sulu #BBD785

Tints of Sulu #BBD785

Color information

#BBD785 (or 0xBBD785) is unknown color: approx Sulu. HEX triplet: BB, D7 and 85. RGB value is (187,215,133). Sum of RGB (Red+Green+Blue) = 187+215+133=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD785 is #44287A. Grayscale: #C5C5C5. Windows color (decimal): -4466811 or 8771515. OLE color: 8771515.

HSL color Cylindrical-coordinate representation of color #BBD785: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBD785 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB187215133-
CMYK0.1300.380.16
HSL80.49º50.62%68.24%-
HSV(B)80.49º38.14%84.31%-
XYZ49.0360.8631.35-
YUV197.2891.72120.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=34.95%
G=40.19%
B=24.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151330.1300.380.1680.4950.6268.24
HexBBD785D02610503344
Octal273327205150462012063104
Binary101110111101011110000101110101001101000010100001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD785; }

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

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

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

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

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

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

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

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