#BEE882

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

Shades of Sulu #BEE882

Tints of Sulu #BEE882

Color information

#BEE882 (or 0xBEE882) is unknown color: approx Sulu. HEX triplet: BE, E8 and 82. RGB value is (190,232,130). Sum of RGB (Red+Green+Blue) = 190+232+130=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE882 is #41177D. Grayscale: #D0D0D0. Windows color (decimal): -4265854 or 8579262. OLE color: 8579262.

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

Color convert

RGB190232130-
CMYK0.1800.440.09
HSL84.71º68.92%70.98%-
HSV(B)84.71º43.97%90.98%-
XYZ54.1270.2731.83-
YUV207.8184.09115.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 232 (91.02% from 255) = 42.03%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=34.42%
G=42.03%
B=23.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902321300.1800.440.0984.7168.9270.98
HexBEE8821202C9554547
Octal2763502022205411125105107
Binary1011111011101000100000101001001011001001101010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE882; }

 p { color: rgb(190,232,130); }

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

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

 a { background-color: rgb(190,232,130); }

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

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

 span { border-color: rgb(190,232,130); }

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