Html Css Color HEX #82AA52 Chelsea Cucumber

📋 copy color: '#82AA52'

red 130 ◦ green 170 ◦ blue 82

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

Shades of Chelsea Cucumber #82AA52

Tints of Chelsea Cucumber #82AA52

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 34.03%
G = 44.5%
B = 21.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#82AA52 (or 0x82AA52) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 52. RGB value is (130,170,82). Sum of RGB (Red+Green+Blue) = 130+170+82=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA52 is #7D55AD. Grayscale: #949494. Windows color (decimal): -8213934 or 5417602. OLE color: 5417602.

HSL color Cylindrical-coordinate representation of color #82AA52: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82AA52 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 82 -
CMYK 0.24 0 0.52 0.33
HSL 87.27º 0.35% 0.49% -
HSV(B) 87.27º 0.52% 0.67% -
XYZ 25.1 34.1 13.24 -
YUV 148.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 130 170 82 0.24 0 0.52 0.33 87.27 0.35 0.49
Hex 82 AA 52 18 0 34 21 57 23 31
Octal 202 252 122 30 0 64 41 127 43 61
Binary 10000010 10101010 1010010 11000 0 110100 100001 1010111 100011 110001

Color Harmonies of #82AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA52

Black with #82AA52

Text Example


Text Example

White with #82AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AA52; }

 p { color: rgb(130,170,82); }

 H1.HeaderClassName
 {
   color: #82AA52;
 }
 .AnyTagClassName
 {
   color: #82AA52;
 }
</style>

background-color css

<style>
 a { background-color: #82AA52; }

 a { background-color: rgb(130,170,82); }

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

border-color css

<style>
 span { border-color: #82AA52; }

 span { border-color: rgb(130,170,82); }

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