#BBE085

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

Shades of Sulu #BBE085

Tints of Sulu #BBE085

Color information

#BBE085 (or 0xBBE085) is unknown color: approx Sulu. HEX triplet: BB, E0 and 85. RGB value is (187,224,133). Sum of RGB (Red+Green+Blue) = 187+224+133=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE085 is #441F7A. Grayscale: #CACACA. Windows color (decimal): -4464507 or 8773819. OLE color: 8773819.

HSL color Cylindrical-coordinate representation of color #BBE085: hue angle of 84.4º degrees, saturation: 0.59, 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 #BBE085 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB187224133-
CMYK0.1700.410.12
HSL84.4º59.48%70%-
HSV(B)84.4º40.62%87.84%-
XYZ51.3865.5732.14-
YUV202.5688.74116.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=34.38%
G=41.18%
B=24.45%

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
Decimal1872241330.1700.410.1284.459.4870
HexBBE08511029C543b46
Octal273340205210511412473106
Binary101110111110000010000101100010101001110010101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE085; }

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

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

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

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

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

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

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

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