#83A961

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

Shades of Chelsea Cucumber #83A961

Tints of Chelsea Cucumber #83A961

Color information

#83A961 (or 0x83A961) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A9 and 61. RGB value is (131,169,97). Sum of RGB (Red+Green+Blue) = 131+169+97=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #83A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A961 is #7C569E. Grayscale: #959595. Windows color (decimal): -8148639 or 6400387. OLE color: 6400387.

HSL color Cylindrical-coordinate representation of color #83A961: hue angle of 91.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83A961 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB13116997-
CMYK0.2200.430.34
HSL91.67º29.51%52.16%-
HSV(B)91.67º42.6%66.27%-
XYZ25.7134.0616.53-
YUV149.4398.41114.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=33.00%
G=42.57%
B=24.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131169970.2200.430.3491.6729.5152.16
Hex83A9611602B225c1e34
Octal20325114126053421343664
Binary10000011101010011100001101100101011100010101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,169,97); }

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

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

 a { background-color: rgb(131,169,97); }

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

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

 span { border-color: rgb(131,169,97); }

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