#838881

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

Shades of Spanish Green #838881

Tints of Spanish Green #838881

Color information

#838881 (or 0x838881) is unknown color: approx Spanish Green. HEX triplet: 83, 88 and 81. RGB value is (131,136,129). Sum of RGB (Red+Green+Blue) = 131+136+129=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #838881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838881 is #7C777E. Grayscale: #858585. Windows color (decimal): -8157055 or 8489091. OLE color: 8489091.

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

Color convert

RGB131136129-
CMYK0.0400.050.47
HSL102.86º2.86%51.96%-
HSV(B)102.86º5.15%53.33%-
XYZ22.1324.0224.24-
YUV133.71125.34126.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=33.08%
G=34.34%
B=32.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361290.0400.050.47102.862.8651.96
Hex8388814052F67334
Octal20321020140557147364
Binary1000001110001000100000011000101101111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838881; }

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

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

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

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

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

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

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

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