#82A858

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

Shades of Chelsea Cucumber #82A858

Tints of Chelsea Cucumber #82A858

Color information

#82A858 (or 0x82A858) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A8 and 58. RGB value is (130,168,88). Sum of RGB (Red+Green+Blue) = 130+168+88=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #82A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A858 is #7D57A7. Grayscale: #939393. Windows color (decimal): -8214440 or 5810306. OLE color: 5810306.

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

Color convert

RGB13016888-
CMYK0.2300.480.34
HSL88.5º31.5%50.2%-
HSV(B)88.5º47.62%65.88%-
XYZ24.9733.4614.37-
YUV147.5294.41115.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 168 (66.02% from 255) = 43.52%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=33.68%
G=43.52%
B=22.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130168880.2300.480.3488.531.550.2
Hex82A8581703022581f32
Octal20225013027060421303762
Binary10000010101010001011000101110110000100010101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,168,88); }

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

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

 a { background-color: rgb(130,168,88); }

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

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

 span { border-color: rgb(130,168,88); }

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