#82AF5A

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

Shades of Chelsea Cucumber #82AF5A

Tints of Chelsea Cucumber #82AF5A

Color information

#82AF5A (or 0x82AF5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AF and 5A. RGB value is (130,175,90). Sum of RGB (Red+Green+Blue) = 130+175+90=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF5A is #7D50A5. Grayscale: #989898. Windows color (decimal): -8212646 or 5943170. OLE color: 5943170.

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

Color convert

RGB13017590-
CMYK0.2600.490.31
HSL91.76º34.69%51.96%-
HSV(B)91.76º48.57%68.63%-
XYZ26.3836.1415.26-
YUV151.8593.09112.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=32.91%
G=44.30%
B=22.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175900.2600.490.3191.7634.6951.96
Hex82AF5A1A0311F5c2334
Octal20225713232061371344364
Binary10000010101011111011010110100110001111111011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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