#83A260

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

Shades of Chelsea Cucumber #83A260

Tints of Chelsea Cucumber #83A260

Color information

#83A260 (or 0x83A260) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A2 and 60. RGB value is (131,162,96). Sum of RGB (Red+Green+Blue) = 131+162+96=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #83A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A260 is #7C5D9F. Grayscale: #919191. Windows color (decimal): -8150432 or 6333059. OLE color: 6333059.

HSL color Cylindrical-coordinate representation of color #83A260: hue angle of 88.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A260 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB13116296-
CMYK0.1900.410.36
HSL88.18º26.19%50.59%-
HSV(B)88.18º40.74%63.53%-
XYZ24.3931.5115.86-
YUV145.21100.23117.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=33.68%
G=41.65%
B=24.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131162960.1900.410.3688.1826.1950.59
Hex83A2601302924581a33
Octal20324214023051441303263
Binary10000011101000101100000100110101001100100101100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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