#BBE986

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

Shades of Sulu #BBE986

Tints of Sulu #BBE986

Color information

#BBE986 (or 0xBBE986) is unknown color: approx Sulu. HEX triplet: BB, E9 and 86. RGB value is (187,233,134). Sum of RGB (Red+Green+Blue) = 187+233+134=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE986 is #441679. Grayscale: #D0D0D0. Windows color (decimal): -4462202 or 8841659. OLE color: 8841659.

HSL color Cylindrical-coordinate representation of color #BBE986: hue angle of 87.88º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBE986 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB187233134-
CMYK0.2000.420.09
HSL87.88º69.23%71.96%-
HSV(B)87.88º42.49%91.37%-
XYZ53.9470.5633.33-
YUV207.9686.26113.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=33.75%
G=42.06%
B=24.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331340.2000.420.0987.8869.2371.96
HexBBE9861402A9584548
Octal2733512062405211130105110
Binary1011101111101001100001101010001010101001101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE986; }

 p { color: rgb(187,233,134); }

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

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

 a { background-color: rgb(187,233,134); }

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

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

 span { border-color: rgb(187,233,134); }

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