#82AB61

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

Shades of Chelsea Cucumber #82AB61

Tints of Chelsea Cucumber #82AB61

Color information

#82AB61 (or 0x82AB61) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AB and 61. RGB value is (130,171,97). Sum of RGB (Red+Green+Blue) = 130+171+97=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB61 is #7D549E. Grayscale: #969696. Windows color (decimal): -8213663 or 6400898. OLE color: 6400898.

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

Color convert

RGB13017197-
CMYK0.2400.430.33
HSL93.24º30.58%52.55%-
HSV(B)93.24º43.27%67.06%-
XYZ25.9334.7316.65-
YUV150.397.92113.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=32.66%
G=42.96%
B=24.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171970.2400.430.3393.2430.5852.55
Hex82AB611802B215d1f35
Octal20225314130053411353765
Binary10000010101010111100001110000101011100001101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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