Html Css Color HEX #82A157 Chelsea Cucumber

📋 copy color: '#82A157'

red 130 ◦ green 161 ◦ blue 87

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

Shades of Chelsea Cucumber #82A157

Tints of Chelsea Cucumber #82A157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 34.39%
G = 42.59%
B = 23.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#82A157 (or 0x82A157) is known color: Chelsea Cucumber. HEX triplet: 82, A1 and 57. RGB value is (130,161,87). Sum of RGB (Red+Green+Blue) = 130+161+87=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #82A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A157 is #7D5EA8. Grayscale: #8F8F8F. Windows color (decimal): -8216233 or 5742978. OLE color: 5742978.

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

Color convert

RGB 130 161 87 -
CMYK 0.19 0 0.46 0.37
HSL 85.14º 0.3% 0.49% -
HSV(B) 85.14º 0.46% 0.63% -
XYZ 23.67 30.92 13.74 -
YUV 143.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 130 161 87 0.19 0 0.46 0.37 85.14 0.3 0.49
Hex 82 A1 57 13 0 2E 25 55 1E 31
Octal 202 241 127 23 0 56 45 125 36 61
Binary 10000010 10100001 1010111 10011 0 101110 100101 1010101 11110 110001

Color Harmonies of #82A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A157

Black with #82A157

Text Example


Text Example

White with #82A157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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