#BEE284

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

Shades of Sulu #BEE284

Tints of Sulu #BEE284

Color information

#BEE284 (or 0xBEE284) is unknown color: approx Sulu. HEX triplet: BE, E2 and 84. RGB value is (190,226,132). Sum of RGB (Red+Green+Blue) = 190+226+132=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE284 is #411D7B. Grayscale: #CCCCCC. Windows color (decimal): -4267388 or 8708798. OLE color: 8708798.

HSL color Cylindrical-coordinate representation of color #BEE284: hue angle of 82.98º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE284 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB190226132-
CMYK0.1600.420.11
HSL82.98º61.84%70.2%-
HSV(B)82.98º41.59%88.63%-
XYZ52.667.0131.99-
YUV204.5287.07117.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=34.67%
G=41.24%
B=24.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902261320.1600.420.1182.9861.8470.2
HexBEE2841002AB533e46
Octal276342204200521312376106
Binary101111101110001010000100100000101010101110100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE284; }

 p { color: rgb(190,226,132); }

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

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

 a { background-color: rgb(190,226,132); }

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

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

 span { border-color: rgb(190,226,132); }

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