#82AF43

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

Shades of Chelsea Cucumber #82AF43

Tints of Chelsea Cucumber #82AF43

Color information

#82AF43 (or 0x82AF43) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AF and 43. RGB value is (130,175,67). Sum of RGB (Red+Green+Blue) = 130+175+67=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF43 is #7D50BC. Grayscale: #959595. Windows color (decimal): -8212669 or 4435842. OLE color: 4435842.

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

Color convert

RGB13017567-
CMYK0.2600.620.31
HSL85º44.63%47.45%-
HSV(B)85º61.71%68.63%-
XYZ25.5535.8110.88-
YUV149.2381.59114.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 67 (26.56% from 255) = 18.01%
R=34.95%
G=47.04%
B=18.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175670.2600.620.318544.6347.45
Hex82AF431A03E1F552d2f
Octal20225710332076371255557
Binary10000010101011111000011110100111110111111010101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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