#82A859

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

Shades of Chelsea Cucumber #82A859

Tints of Chelsea Cucumber #82A859

Color information

#82A859 (or 0x82A859) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A8 and 59. RGB value is (130,168,89). Sum of RGB (Red+Green+Blue) = 130+168+89=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #82A859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A859 is #7D57A6. Grayscale: #939393. Windows color (decimal): -8214439 or 5875842. OLE color: 5875842.

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

Color convert

RGB13016889-
CMYK0.2300.470.34
HSL88.86º31.23%50.39%-
HSV(B)88.86º47.02%65.88%-
XYZ25.0133.4714.59-
YUV147.6394.91115.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=33.59%
G=43.41%
B=23.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130168890.2300.470.3488.8631.2350.39
Hex82A8591702F22591f32
Octal20225013127057421313762
Binary10000010101010001011001101110101111100010101100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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