#BEE56A

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

Shades of Sulu #BEE56A

Tints of Sulu #BEE56A

Color information

#BEE56A (or 0xBEE56A) is unknown color: approx Sulu. HEX triplet: BE, E5 and 6A. RGB value is (190,229,106). Sum of RGB (Red+Green+Blue) = 190+229+106=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE56A is #411A95. Grayscale: #CBCBCB. Windows color (decimal): -4266646 or 7005630. OLE color: 7005630.

HSL color Cylindrical-coordinate representation of color #BEE56A: hue angle of 79.02º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEE56A is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB190229106-
CMYK0.1700.540.10
HSL79.02º70.29%65.69%-
HSV(B)79.02º53.71%89.8%-
XYZ51.8668.0324.03-
YUV203.3273.08118.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 229 (89.84% from 255) = 43.62%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=36.19%
G=43.62%
B=20.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902291060.1700.540.1079.0270.2965.69
HexBEE56A11036A4f4642
Octal2763451522106612117106102
Binary101111101110010111010101000101101101010100111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE56A; }

 p { color: rgb(190,229,106); }

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

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

 a { background-color: rgb(190,229,106); }

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

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

 span { border-color: rgb(190,229,106); }

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