#52920F

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

Shades of Limeade #52920F

Tints of Limeade #52920F

Color information

#52920F (or 0x52920F) is unknown color: approx Limeade. HEX triplet: 52, 92 and 0F. RGB value is (82,146,15). Sum of RGB (Red+Green+Blue) = 82+146+15=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #52920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52920F is #AD6DF0. Grayscale: #707070. Windows color (decimal): -11365873 or 1020498. OLE color: 1020498.

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

Color convert

RGB8214615-
CMYK0.4400.900.43
HSL89.31º81.37%31.57%-
HSV(B)89.31º89.73%57.25%-
XYZ13.8422.394.04-
YUV111.9373.3106.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 146 (57.42% from 255) = 60.08%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=33.74%
G=60.08%
B=6.17%

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
Decimal82146150.4400.900.4389.3181.3731.57
Hex5292F2C05A2B595120
Octal122222175401325313112140
Binary10100101001001011111011000101101010101110110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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