Html Css Color HEX #82A246 Chelsea Cucumber

📋 copy color: '#82A246'

red 130 ◦ green 162 ◦ blue 70

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

Shades of Chelsea Cucumber #82A246

Tints of Chelsea Cucumber #82A246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 35.91%
G = 44.75%
B = 19.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#82A246 (or 0x82A246) is known color: Chelsea Cucumber. HEX triplet: 82, A2 and 46. RGB value is (130,162,70). Sum of RGB (Red+Green+Blue) = 130+162+70=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #82A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A246 is #7D5DB9. Grayscale: #8E8E8E. Windows color (decimal): -8215994 or 4629122. OLE color: 4629122.

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

Color convert

RGB 130 162 70 -
CMYK 0.20 0 0.57 0.36
HSL 80.87º 0.4% 0.45% -
HSV(B) 80.87º 0.57% 0.64% -
XYZ 23.23 31.03 10.56 -
YUV 141.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 130 162 70 0.20 0 0.57 0.36 80.87 0.4 0.45
Hex 82 A2 46 14 0 39 24 51 28 2D
Octal 202 242 106 24 0 71 44 121 50 55
Binary 10000010 10100010 1000110 10100 0 111001 100100 1010001 101000 101101

Color Harmonies of #82A246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A246

Black with #82A246

Text Example


Text Example

White with #82A246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,70); }

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

background-color css

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

 a { background-color: rgb(130,162,70); }

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

border-color css

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

 span { border-color: rgb(130,162,70); }

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