#838D7C

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

Shades of Spanish Green #838D7C

Tints of Spanish Green #838D7C

Color information

#838D7C (or 0x838D7C) is unknown color: approx Spanish Green. HEX triplet: 83, 8D and 7C. RGB value is (131,141,124). Sum of RGB (Red+Green+Blue) = 131+141+124=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #838D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D7C is #7C7283. Grayscale: #888888. Windows color (decimal): -8155780 or 8162691. OLE color: 8162691.

HSL color Cylindrical-coordinate representation of color #838D7C: hue angle of 95.29º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838D7C is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB131141124-
CMYK0.0700.120.45
HSL95.29º6.94%51.96%-
HSV(B)95.29º12.06%55.29%-
XYZ22.5225.3322.77-
YUV136.07121.19124.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=33.08%
G=35.61%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311411240.0700.120.4595.296.9451.96
Hex838D7C70C2D5f734
Octal203215174701455137764
Binary10000011100011011111100111011001011011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838D7C; }

 p { color: rgb(131,141,124); }

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

<style>
 a { background-color: #838D7C; }

 a { background-color: rgb(131,141,124); }

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

<style>
 span { border-color: #838D7C; }

 span { border-color: rgb(131,141,124); }

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