#83B160

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

Shades of Chelsea Cucumber #83B160

Tints of Chelsea Cucumber #83B160

Color information

#83B160 (or 0x83B160) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B1 and 60. RGB value is (131,177,96). Sum of RGB (Red+Green+Blue) = 131+177+96=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #83B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B160 is #7C4E9F. Grayscale: #9A9A9A. Windows color (decimal): -8146592 or 6336899. OLE color: 6336899.

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

Color convert

RGB13117796-
CMYK0.2600.460.31
HSL94.07º34.18%53.53%-
HSV(B)94.07º45.76%69.41%-
XYZ27.1937.1116.8-
YUV154.0195.26111.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=32.43%
G=43.81%
B=23.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131177960.2600.460.3194.0734.1853.53
Hex83B1601A02E1F5e2236
Octal20326114032056371364266
Binary10000011101100011100000110100101110111111011110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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