Html Css Color HEX #82A347 Chelsea Cucumber

📋 copy color: '#82A347'

red 130 ◦ green 163 ◦ blue 71

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

Shades of Chelsea Cucumber #82A347

Tints of Chelsea Cucumber #82A347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.78%

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 35.71%
G = 44.78%
B = 19.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#82A347 (or 0x82A347) is known color: Chelsea Cucumber. HEX triplet: 82, A3 and 47. RGB value is (130,163,71). Sum of RGB (Red+Green+Blue) = 130+163+71=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #82A347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A347 is #7D5CB8. Grayscale: #8E8E8E. Windows color (decimal): -8215737 or 4694914. OLE color: 4694914.

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

Color convert

RGB 130 163 71 -
CMYK 0.20 0 0.56 0.36
HSL 81.52º 0.39% 0.46% -
HSV(B) 81.52º 0.56% 0.64% -
XYZ 23.44 31.4 10.79 -
YUV 142.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 130 163 71 0.20 0 0.56 0.36 81.52 0.39 0.46
Hex 82 A3 47 14 0 38 24 52 27 2E
Octal 202 243 107 24 0 70 44 122 47 56
Binary 10000010 10100011 1000111 10100 0 111000 100100 1010010 100111 101110

Color Harmonies of #82A347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A347

Black with #82A347

Text Example


Text Example

White with #82A347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,71); }

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

background-color css

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

 a { background-color: rgb(130,163,71); }

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

border-color css

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

 span { border-color: rgb(130,163,71); }

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