#bbe082

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

Shades of Sulu #BBE082

Tints of Sulu #BBE082

Color information

#BBE082 (or 0xBBE082) is unknown color: approx Sulu. HEX triplet: BB, E0 and 82. RGB value is (187,224,130). Sum of RGB (Red+Green+Blue) = 187+224+130=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE082 is #441F7D. Grayscale: #CACACA. Windows color (decimal): -4464510 or 8577211. OLE color: 8577211.

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

Color convert

RGB187224130-
CMYK0.1700.420.12
HSL83.62º60.26%69.41%-
HSV(B)83.62º41.96%87.84%-
XYZ51.1865.4931.06-
YUV202.2287.24117.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 130 (51.17% from 255) = 24.03%
R=34.57%
G=41.40%
B=24.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241300.1700.420.1283.6260.2669.41
HexBBE0821102AC543c45
Octal273340202210521412474105
Binary101110111110000010000010100010101010110010101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbe082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbe082; }

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

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

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

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

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

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

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

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