#83AF60

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

Shades of Chelsea Cucumber #83AF60

Tints of Chelsea Cucumber #83AF60

Color information

#83AF60 (or 0x83AF60) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AF and 60. RGB value is (131,175,96). Sum of RGB (Red+Green+Blue) = 131+175+96=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF60 is #7C509F. Grayscale: #999999. Windows color (decimal): -8147104 or 6336387. OLE color: 6336387.

HSL color Cylindrical-coordinate representation of color #83AF60: hue angle of 93.42º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83AF60 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB13117596-
CMYK0.2500.450.31
HSL93.42º33.05%53.14%-
HSV(B)93.42º45.14%68.63%-
XYZ26.836.3316.67-
YUV152.8495.92112.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=32.59%
G=43.53%
B=23.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131175960.2500.450.3193.4233.0553.14
Hex83AF601902D1F5d2135
Octal20325714031055371354165
Binary10000011101011111100000110010101101111111011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AF60; }

 p { color: rgb(131,175,96); }

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

<style>
 a { background-color: #83AF60; }

 a { background-color: rgb(131,175,96); }

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

<style>
 span { border-color: #83AF60; }

 span { border-color: rgb(131,175,96); }

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