Html Css Color HEX #82A15A Chelsea Cucumber

📋 copy color: '#82A15A'

red 130 ◦ green 161 ◦ blue 90

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

Shades of Chelsea Cucumber #82A15A

Tints of Chelsea Cucumber #82A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

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

R = 34.12%
G = 42.26%
B = 23.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#82A15A (or 0x82A15A) is known color: Chelsea Cucumber. HEX triplet: 82, A1 and 5A. RGB value is (130,161,90). Sum of RGB (Red+Green+Blue) = 130+161+90=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #82A15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A15A is #7D5EA5. Grayscale: #8F8F8F. Windows color (decimal): -8216230 or 5939586. OLE color: 5939586.

HSL color Cylindrical-coordinate representation of color #82A15A: hue angle of 86.2º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82A15A is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 161 90 -
CMYK 0.19 0 0.44 0.37
HSL 86.2º 0.28% 0.49% -
HSV(B) 86.2º 0.44% 0.63% -
XYZ 23.8 30.97 14.4 -
YUV 143.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 130 161 90 0.19 0 0.44 0.37 86.2 0.28 0.49
Hex 82 A1 5A 13 0 2C 25 56 1C 31
Octal 202 241 132 23 0 54 45 126 34 61
Binary 10000010 10100001 1011010 10011 0 101100 100101 1010110 11100 110001

Color Harmonies of #82A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A15A

Black with #82A15A

Text Example


Text Example

White with #82A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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