#BBE084

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

Shades of Sulu #BBE084

Tints of Sulu #BBE084

Color information

#BBE084 (or 0xBBE084) is unknown color: approx Sulu. HEX triplet: BB, E0 and 84. RGB value is (187,224,132). Sum of RGB (Red+Green+Blue) = 187+224+132=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE084 is #441F7B. Grayscale: #CACACA. Windows color (decimal): -4464508 or 8708283. OLE color: 8708283.

HSL color Cylindrical-coordinate representation of color #BBE084: hue angle of 84.13º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBE084 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB187224132-
CMYK0.1700.410.12
HSL84.13º59.74%69.8%-
HSV(B)84.13º41.07%87.84%-
XYZ51.3165.5431.78-
YUV202.4588.24116.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 132 (51.95% from 255) = 24.31%
R=34.44%
G=41.25%
B=24.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241320.1700.410.1284.1359.7469.8
HexBBE08411029C543c46
Octal273340204210511412474106
Binary101110111110000010000100100010101001110010101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE084; }

 p { color: rgb(187,224,132); }

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

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

 a { background-color: rgb(187,224,132); }

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

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

 span { border-color: rgb(187,224,132); }

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