#52920E

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

Shades of Limeade #52920E

Tints of Limeade #52920E

Color information

#52920E (or 0x52920E) is unknown color: approx Limeade. HEX triplet: 52, 92 and 0E. RGB value is (82,146,14). Sum of RGB (Red+Green+Blue) = 82+146+14=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #52920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52920E is #AD6DF1. Grayscale: #707070. Windows color (decimal): -11365874 or 954962. OLE color: 954962.

HSL color Cylindrical-coordinate representation of color #52920E: hue angle of 89.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52920E is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB8214614-
CMYK0.4400.900.43
HSL89.09º82.5%31.37%-
HSV(B)89.09º90.41%57.25%-
XYZ13.8422.384.01-
YUV111.8272.8106.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=33.88%
G=60.33%
B=5.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146140.4400.900.4389.0982.531.37
Hex5292E2C05A2B59521f
Octal122222165401325313112237
Binary1010010100100101110101100010110101010111011001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52920E; }

 p { color: rgb(82,146,14); }

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

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

 a { background-color: rgb(82,146,14); }

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

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

 span { border-color: rgb(82,146,14); }

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