#82A948

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

Shades of Chelsea Cucumber #82A948

Tints of Chelsea Cucumber #82A948

Color information

#82A948 (or 0x82A948) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A9 and 48. RGB value is (130,169,72). Sum of RGB (Red+Green+Blue) = 130+169+72=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #82A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A948 is #7D56B7. Grayscale: #929292. Windows color (decimal): -8214200 or 4761986. OLE color: 4761986.

HSL color Cylindrical-coordinate representation of color #82A948: hue angle of 84.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82A948 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB13016972-
CMYK0.2300.570.34
HSL84.12º40.25%47.25%-
HSV(B)84.12º57.4%66.27%-
XYZ24.5633.5911.32-
YUV146.2886.08116.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=35.04%
G=45.55%
B=19.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130169720.2300.570.3484.1240.2547.25
Hex82A948170392254282f
Octal20225111027071421245057
Binary100000101010100110010001011101110011000101010100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,169,72); }

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

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

 a { background-color: rgb(130,169,72); }

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

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

 span { border-color: rgb(130,169,72); }

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