#83927D

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

Shades of Spanish Green #83927D

Tints of Spanish Green #83927D

Color information

#83927D (or 0x83927D) is unknown color: approx Spanish Green. HEX triplet: 83, 92 and 7D. RGB value is (131,146,125). Sum of RGB (Red+Green+Blue) = 131+146+125=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #83927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83927D is #7C6D82. Grayscale: #8B8B8B. Windows color (decimal): -8154499 or 8229507. OLE color: 8229507.

HSL color Cylindrical-coordinate representation of color #83927D: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83927D is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB131146125-
CMYK0.1000.140.43
HSL102.86º8.79%53.14%-
HSV(B)102.86º14.38%57.25%-
XYZ23.3426.8623.36-
YUV139.12120.03122.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=32.59%
G=36.32%
B=31.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461250.1000.140.43102.868.7953.14
Hex83927DA0E2B67935
Octal20322217512016531471165
Binary1000001110010010111110110100111010101111001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83927D; }

 p { color: rgb(131,146,125); }

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

<style>
 a { background-color: #83927D; }

 a { background-color: rgb(131,146,125); }

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

<style>
 span { border-color: #83927D; }

 span { border-color: rgb(131,146,125); }

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