#52921A

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

Shades of Limeade #52921A

Tints of Limeade #52921A

Color information

#52921A (or 0x52921A) is unknown color: approx Limeade. HEX triplet: 52, 92 and 1A. RGB value is (82,146,26). Sum of RGB (Red+Green+Blue) = 82+146+26=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #52921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52921A is #AD6DE5. Grayscale: #717171. Windows color (decimal): -11365862 or 1741394. OLE color: 1741394.

HSL color Cylindrical-coordinate representation of color #52921A: hue angle of 92º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52921A is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB8214626-
CMYK0.4400.820.43
HSL92º69.77%33.73%-
HSV(B)92º82.19%57.25%-
XYZ13.9522.434.57-
YUV113.1878.8105.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 146 (57.42% from 255) = 57.48%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=32.28%
G=57.48%
B=10.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146260.4400.820.439269.7733.73
Hex52921A2C0522B5c4622
Octal122222325401225313410642
Binary101001010010010110101011000101001010101110111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52921A; }

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

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

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

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

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

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

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

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