Html Css Color HEX #82A44A Chelsea Cucumber

📋 copy color: '#82A44A'

red 130 ◦ green 164 ◦ blue 74

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

Shades of Chelsea Cucumber #82A44A

Tints of Chelsea Cucumber #82A44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.57%

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 35.33%
G = 44.57%
B = 20.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#82A44A (or 0x82A44A) is known color: Chelsea Cucumber. HEX triplet: 82, A4 and 4A. RGB value is (130,164,74). Sum of RGB (Red+Green+Blue) = 130+164+74=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #82A44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A44A is #7D5BB5. Grayscale: #8F8F8F. Windows color (decimal): -8215478 or 4891778. OLE color: 4891778.

HSL color Cylindrical-coordinate representation of color #82A44A: hue angle of 82.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82A44A is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 74 -
CMYK 0.21 0 0.55 0.36
HSL 82.67º 0.38% 0.47% -
HSV(B) 82.67º 0.55% 0.64% -
XYZ 23.72 31.79 11.36 -
YUV 143.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 130 164 74 0.21 0 0.55 0.36 82.67 0.38 0.47
Hex 82 A4 4A 15 0 37 24 53 26 2F
Octal 202 244 112 25 0 67 44 123 46 57
Binary 10000010 10100100 1001010 10101 0 110111 100100 1010011 100110 101111

Color Harmonies of #82A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A44A

Black with #82A44A

Text Example


Text Example

White with #82A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,164,74); }

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

background-color css

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

 a { background-color: rgb(130,164,74); }

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

border-color css

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

 span { border-color: rgb(130,164,74); }

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