#83897F

Color #83897F Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #83897F

Tints of Spanish Green #83897F

Color information

#83897F (or 0x83897F) is unknown color: approx Spanish Green. HEX triplet: 83, 89 and 7F. RGB value is (131,137,127). Sum of RGB (Red+Green+Blue) = 131+137+127=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #83897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83897F is #7C7680. Grayscale: #868686. Windows color (decimal): -8156801 or 8358275. OLE color: 8358275.

HSL color Cylindrical-coordinate representation of color #83897F: hue angle of 96º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83897F is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB131137127-
CMYK0.0400.070.46
HSL96º4.07%51.76%-
HSV(B)96º7.3%53.73%-
XYZ22.1424.2523.59-
YUV134.07124.01125.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 127 (50% from 255) = 32.15%
R=33.16%
G=34.68%
B=32.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371270.0400.070.46964.0751.76
Hex83897F4072E60434
Octal20321117740756140464
Binary1000001110001001111111110001111011101100000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83897F; }

 p { color: rgb(131,137,127); }

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

<style>
 a { background-color: #83897F; }

 a { background-color: rgb(131,137,127); }

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

<style>
 span { border-color: #83897F; }

 span { border-color: rgb(131,137,127); }

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