#82AB59

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

Shades of Chelsea Cucumber #82AB59

Tints of Chelsea Cucumber #82AB59

Color information

#82AB59 (or 0x82AB59) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AB and 59. RGB value is (130,171,89). Sum of RGB (Red+Green+Blue) = 130+171+89=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB59 is #7D54A6. Grayscale: #959595. Windows color (decimal): -8213671 or 5876610. OLE color: 5876610.

HSL color Cylindrical-coordinate representation of color #82AB59: hue angle of 90º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82AB59 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB13017189-
CMYK0.2400.480.33
HSL90º32.8%50.98%-
HSV(B)90º47.95%67.06%-
XYZ25.5734.5914.78-
YUV149.3993.92114.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 89 (35.16% from 255) = 22.82%
R=33.33%
G=43.85%
B=22.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171890.2400.480.339032.850.98
Hex82AB5918030215a2133
Octal20225313130060411324163
Binary100000101010101110110011100001100001000011011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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