Html Css Color HEX #52922B Limeade

📋 copy color: '#52922B'

red 82 ◦ green 146 ◦ blue 43

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

Shades of Limeade #52922B

Tints of Limeade #52922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 30.26%
G = 53.87%
B = 15.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#52922B (or 0x52922B) is known color: Limeade. HEX triplet: 52, 92 and 2B. RGB value is (82,146,43). Sum of RGB (Red+Green+Blue) = 82+146+43=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #52922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52922B is #AD6DD4. Grayscale: #737373. Windows color (decimal): -11365845 or 2855506. OLE color: 2855506.

HSL color Cylindrical-coordinate representation of color #52922B: hue angle of 97.28º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52922B is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 43 -
CMYK 0.44 0 0.71 0.43
HSL 97.28º 0.54% 0.37% -
HSV(B) 97.28º 0.71% 0.57% -
XYZ 14.19 22.53 5.89 -
YUV 115.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 82 146 43 0.44 0 0.71 0.43 97.28 0.54 0.37
Hex 52 92 2B 2C 0 47 2B 61 36 25
Octal 122 222 53 54 0 107 53 141 66 45
Binary 1010010 10010010 101011 101100 0 1000111 101011 1100001 110110 100101

Color Harmonies of #52922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52922B

Black with #52922B

Text Example


Text Example

White with #52922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52922B; }

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

 H1.HeaderClassName
 {
   color: #52922B;
 }
 .AnyTagClassName
 {
   color: #52922B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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