Html Css Color HEX #82AA4D Chelsea Cucumber

📋 copy color: '#82AA4D'

red 130 ◦ green 170 ◦ blue 77

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

Shades of Chelsea Cucumber #82AA4D

Tints of Chelsea Cucumber #82AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 34.48%
G = 45.09%
B = 20.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#82AA4D (or 0x82AA4D) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 4D. RGB value is (130,170,77). Sum of RGB (Red+Green+Blue) = 130+170+77=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA4D is #7D55B2. Grayscale: #939393. Windows color (decimal): -8213939 or 5089922. OLE color: 5089922.

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

Color convert

RGB 130 170 77 -
CMYK 0.24 0 0.55 0.33
HSL 85.81º 0.38% 0.48% -
HSV(B) 85.81º 0.55% 0.67% -
XYZ 24.92 34.03 12.28 -
YUV 147.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 130 170 77 0.24 0 0.55 0.33 85.81 0.38 0.48
Hex 82 AA 4D 18 0 37 21 56 26 30
Octal 202 252 115 30 0 67 41 126 46 60
Binary 10000010 10101010 1001101 11000 0 110111 100001 1010110 100110 110000

Color Harmonies of #82AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA4D

Black with #82AA4D

Text Example


Text Example

White with #82AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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