Html Css Color HEX #52911C Limeade

📋 copy color: '#52911C'

red 82 ◦ green 145 ◦ blue 28

#52911C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #52911C

Tints of Limeade #52911C

RGB

 RED value IS 82 (32.42% from 255) = 32.16%

 GREEN value IS 145 (57.03% from 255) = 56.86%

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 32.16%
G = 56.86%
B = 10.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#52911C (or 0x52911C) is known color: Limeade. HEX triplet: 52, 91 and 1C. RGB value is (82,145,28). Sum of RGB (Red+Green+Blue) = 82+145+28=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #52911C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52911C is #AD6EE3. Grayscale: #717171. Windows color (decimal): -11366116 or 1872210. OLE color: 1872210.

HSL color Cylindrical-coordinate representation of color #52911C: hue angle of 92.31º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52911C is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 28 -
CMYK 0.43 0 0.81 0.43
HSL 92.31º 0.68% 0.34% -
HSV(B) 92.31º 0.81% 0.57% -
XYZ 13.81 22.13 4.64 -
YUV 112.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 82 145 28 0.43 0 0.81 0.43 92.31 0.68 0.34
Hex 52 91 1C 2B 0 51 2B 5C 44 22
Octal 122 221 34 53 0 121 53 134 104 42
Binary 1010010 10010001 11100 101011 0 1010001 101011 1011100 1000100 100010

Color Harmonies of #52911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52911C

Black with #52911C

Text Example


Text Example

White with #52911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52911C; }

 p { color: rgb(82,145,28); }

 H1.HeaderClassName
 {
   color: #52911C;
 }
 .AnyTagClassName
 {
   color: #52911C;
 }
</style>

background-color css

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

 a { background-color: rgb(82,145,28); }

 div.DivClassName
 {
   background-color: #52911C;
 }
 .BgClassName
 {
   background-color: #52911C;
 }
</style>

border-color css

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

 span { border-color: rgb(82,145,28); }

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