#83A861

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

Shades of Chelsea Cucumber #83A861

Tints of Chelsea Cucumber #83A861

Color information

#83A861 (or 0x83A861) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A8 and 61. RGB value is (131,168,97). Sum of RGB (Red+Green+Blue) = 131+168+97=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #83A861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A861 is #7C579E. Grayscale: #959595. Windows color (decimal): -8148895 or 6400131. OLE color: 6400131.

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

Color convert

RGB13116897-
CMYK0.2200.420.34
HSL91.27º28.98%51.96%-
HSV(B)91.27º42.26%65.88%-
XYZ25.5233.6916.47-
YUV148.8498.74115.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=33.08%
G=42.42%
B=24.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131168970.2200.420.3491.2728.9851.96
Hex83A8611602A225b1d34
Octal20325014126052421333564
Binary10000011101010001100001101100101010100010101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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