Html Css Color HEX #838981 Spanish Green

📋 copy color: '#838981'

red 131 ◦ green 137 ◦ blue 129

#838981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #838981

Tints of Spanish Green #838981

RGB

 RED value IS 131 (51.56% from 255) = 33%

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 33%
G = 34.51%
B = 32.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#838981 (or 0x838981) is known color: Spanish Green. HEX triplet: 83, 89 and 81. RGB value is (131,137,129). Sum of RGB (Red+Green+Blue) = 131+137+129=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 137 - color contains mainly: green. Hex color #838981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838981 is #7C767E. Grayscale: #868686. Windows color (decimal): -8156799 or 8489347. OLE color: 8489347.

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

Color convert

RGB 131 137 129 -
CMYK 0.04 0 0.06 0.46
HSL 105º 0.03% 0.52% -
HSV(B) 105º 0.06% 0.54% -
XYZ 22.27 24.3 24.29 -
YUV 134.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 131 137 129 0.04 0 0.06 0.46 105 0.03 0.52
Hex 83 89 81 4 0 6 2E 69 3 34
Octal 203 211 201 4 0 6 56 151 3 64
Binary 10000011 10001001 10000001 100 0 110 101110 1101001 11 110100

Color Harmonies of #838981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838981

Black with #838981

Text Example


Text Example

White with #838981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838981; }

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

 H1.HeaderClassName
 {
   color: #838981;
 }
 .AnyTagClassName
 {
   color: #838981;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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