Html Css Color HEX #82A45A Chelsea Cucumber

📋 copy color: '#82A45A'

red 130 ◦ green 164 ◦ blue 90

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

Shades of Chelsea Cucumber #82A45A

Tints of Chelsea Cucumber #82A45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 33.85%
G = 42.71%
B = 23.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#82A45A (or 0x82A45A) is known color: Chelsea Cucumber. HEX triplet: 82, A4 and 5A. RGB value is (130,164,90). Sum of RGB (Red+Green+Blue) = 130+164+90=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #82A45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A45A is #7D5BA5. Grayscale: #919191. Windows color (decimal): -8215462 or 5940354. OLE color: 5940354.

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

Color convert

RGB 130 164 90 -
CMYK 0.21 0 0.45 0.36
HSL 87.57º 0.29% 0.5% -
HSV(B) 87.57º 0.45% 0.64% -
XYZ 24.33 32.03 14.57 -
YUV 145.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 130 164 90 0.21 0 0.45 0.36 87.57 0.29 0.5
Hex 82 A4 5A 15 0 2D 24 58 1D 32
Octal 202 244 132 25 0 55 44 130 35 62
Binary 10000010 10100100 1011010 10101 0 101101 100100 1011000 11101 110010

Color Harmonies of #82A45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A45A

Black with #82A45A

Text Example


Text Example

White with #82A45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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