#BEE27A

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

Shades of Sulu #BEE27A

Tints of Sulu #BEE27A

Color information

#BEE27A (or 0xBEE27A) is unknown color: approx Sulu. HEX triplet: BE, E2 and 7A. RGB value is (190,226,122). Sum of RGB (Red+Green+Blue) = 190+226+122=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE27A is #411D85. Grayscale: #CBCBCB. Windows color (decimal): -4267398 or 8053438. OLE color: 8053438.

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

Color convert

RGB190226122-
CMYK0.1600.460.11
HSL80.77º64.2%68.24%-
HSV(B)80.77º46.02%88.63%-
XYZ51.9466.7528.56-
YUV203.3882.07118.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 226 (88.67% from 255) = 42.01%
BLUE value IS 122 (48.05% from 255) = 22.68%
R=35.32%
G=42.01%
B=22.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902261220.1600.460.1180.7764.268.24
HexBEE27A1002EB514044
Octal2763421722005613121100104
Binary101111101110001011110101000001011101011101000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE27A; }

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

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

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

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

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

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

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

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