#838681

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

Shades of Spanish Green #838681

Tints of Spanish Green #838681

Color information

#838681 (or 0x838681) is unknown color: approx Spanish Green. HEX triplet: 83, 86 and 81. RGB value is (131,134,129). Sum of RGB (Red+Green+Blue) = 131+134+129=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 134 - color contains mainly: green. Hex color #838681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838681 is #7C797E. Grayscale: #848484. Windows color (decimal): -8157567 or 8488579. OLE color: 8488579.

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

Color convert

RGB131134129-
CMYK0.0200.040.47
HSL96º2.02%51.57%-
HSV(B)96º3.73%52.55%-
XYZ21.8523.4624.15-
YUV132.53126.01126.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=33.25%
G=34.01%
B=32.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341290.0200.040.47962.0251.57
Hex8386812042F60234
Octal20320620120457140264
Binary100000111000011010000001100100101111110000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838681; }

 p { color: rgb(131,134,129); }

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

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

 a { background-color: rgb(131,134,129); }

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

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

 span { border-color: rgb(131,134,129); }

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