#BEE16A

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

Shades of Sulu #BEE16A

Tints of Sulu #BEE16A

Color information

#BEE16A (or 0xBEE16A) is unknown color: approx Sulu. HEX triplet: BE, E1 and 6A. RGB value is (190,225,106). Sum of RGB (Red+Green+Blue) = 190+225+106=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE16A is #411E95. Grayscale: #C9C9C9. Windows color (decimal): -4267670 or 7004606. OLE color: 7004606.

HSL color Cylindrical-coordinate representation of color #BEE16A: hue angle of 77.65º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE16A is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB190225106-
CMYK0.1600.530.12
HSL77.65º66.48%64.9%-
HSV(B)77.65º52.89%88.24%-
XYZ50.7665.8423.67-
YUV200.9774.4120.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 106 (41.80% from 255) = 20.35%
R=36.47%
G=43.19%
B=20.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251060.1600.530.1277.6566.4864.9
HexBEE16A10035C4e4241
Octal2763411522006514116102101
Binary101111101110000111010101000001101011100100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE16A; }

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

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

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

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

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

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

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

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