#83A660

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

Shades of Chelsea Cucumber #83A660

Tints of Chelsea Cucumber #83A660

Color information

#83A660 (or 0x83A660) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A6 and 60. RGB value is (131,166,96). Sum of RGB (Red+Green+Blue) = 131+166+96=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #83A660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A660 is #7C599F. Grayscale: #939393. Windows color (decimal): -8149408 or 6334083. OLE color: 6334083.

HSL color Cylindrical-coordinate representation of color #83A660: hue angle of 90º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83A660 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB13116696-
CMYK0.2100.420.35
HSL90º28.23%51.37%-
HSV(B)90º42.17%65.1%-
XYZ25.1132.9416.1-
YUV147.5598.9116.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=33.33%
G=42.24%
B=24.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131166960.2100.420.359028.2351.37
Hex83A6601502A235a1c33
Octal20324614025052431323463
Binary10000011101001101100000101010101010100011101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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