#82A247

Color #82A247 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #82A247

Tints of Chelsea Cucumber #82A247

Color information

#82A247 (or 0x82A247) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A2 and 47. RGB value is (130,162,71). Sum of RGB (Red+Green+Blue) = 130+162+71=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #82A247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A247 is #7D5DB8. Grayscale: #8E8E8E. Windows color (decimal): -8215993 or 4694658. OLE color: 4694658.

HSL color Cylindrical-coordinate representation of color #82A247: hue angle of 81.1º 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 #82A247 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB13016271-
CMYK0.2000.560.36
HSL81.1º39.06%45.69%-
HSV(B)81.1º56.17%63.53%-
XYZ23.2631.0410.73-
YUV142.0687.9119.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=35.81%
G=44.63%
B=19.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162710.2000.560.3681.139.0645.69
Hex82A247140382451272e
Octal20224210724070441214756
Binary100000101010001010001111010001110001001001010001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82A247;
 }
 .AnyTagClassName
 {
   color: #82A247;
 }
</style>
background-color css

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

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

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

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

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

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