#83A059

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

Shades of Chelsea Cucumber #83A059

Tints of Chelsea Cucumber #83A059

Color information

#83A059 (or 0x83A059) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A0 and 59. RGB value is (131,160,89). Sum of RGB (Red+Green+Blue) = 131+160+89=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #83A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A059 is #7C5FA6. Grayscale: #8F8F8F. Windows color (decimal): -8150951 or 5873795. OLE color: 5873795.

HSL color Cylindrical-coordinate representation of color #83A059: hue angle of 84.51º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83A059 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB13116089-
CMYK0.1800.440.37
HSL84.51º28.51%48.82%-
HSV(B)84.51º44.37%62.75%-
XYZ23.7330.6914.12-
YUV143.2497.39119.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 160 (62.89% from 255) = 42.11%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=34.47%
G=42.11%
B=23.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131160890.1800.440.3784.5128.5148.82
Hex83A0591202C25551d31
Octal20324013122054451253561
Binary10000011101000001011001100100101100100101101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,160,89); }

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

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

 a { background-color: rgb(131,160,89); }

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

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

 span { border-color: rgb(131,160,89); }

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