#83AF66

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

Shades of Chelsea Cucumber #83AF66

Tints of Chelsea Cucumber #83AF66

Color information

#83AF66 (or 0x83AF66) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AF and 66. RGB value is (131,175,102). Sum of RGB (Red+Green+Blue) = 131+175+102=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF66 is #7C5099. Grayscale: #999999. Windows color (decimal): -8147098 or 6729603. OLE color: 6729603.

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

Color convert

RGB131175102-
CMYK0.2500.420.31
HSL96.16º31.33%54.31%-
HSV(B)96.16º41.71%68.63%-
XYZ27.0936.4418.18-
YUV153.5298.92111.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 102 (40.23% from 255) = 25%
R=32.11%
G=42.89%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751020.2500.420.3196.1631.3354.31
Hex83AF661902A1F601f36
Octal20325714631052371403766
Binary1000001110101111110011011001010101011111110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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