#82AF5E

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

Shades of Chelsea Cucumber #82AF5E

Tints of Chelsea Cucumber #82AF5E

Color information

#82AF5E (or 0x82AF5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AF and 5E. RGB value is (130,175,94). Sum of RGB (Red+Green+Blue) = 130+175+94=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF5E is #7D50A1. Grayscale: #989898. Windows color (decimal): -8212642 or 6205314. OLE color: 6205314.

HSL color Cylindrical-coordinate representation of color #82AF5E: hue angle of 93.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82AF5E is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB13017594-
CMYK0.2600.460.31
HSL93.33º33.61%52.75%-
HSV(B)93.33º46.29%68.63%-
XYZ26.5636.2116.18-
YUV152.3195.09112.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=32.58%
G=43.86%
B=23.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175940.2600.460.3193.3333.6152.75
Hex82AF5E1A02E1F5d2235
Octal20225713632056371354265
Binary10000010101011111011110110100101110111111011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,94); }

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

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

 a { background-color: rgb(130,175,94); }

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

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

 span { border-color: rgb(130,175,94); }

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