Html Css Color HEX #8A9481 Spanish Green

📋 copy color: '#8A9481'

red 138 ◦ green 148 ◦ blue 129

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

Shades of Spanish Green #8A9481

Tints of Spanish Green #8A9481

RGB

 RED value IS 138 (54.3% from 255) = 33.25%

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 33.25%
G = 35.66%
B = 31.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#8A9481 (or 0x8A9481) is known color: Spanish Green. HEX triplet: 8A, 94 and 81. RGB value is (138,148,129). Sum of RGB (Red+Green+Blue) = 138+148+129=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9481 is #756B7E. Grayscale: #8E8E8E. Windows color (decimal): -7695231 or 8492170. OLE color: 8492170.

HSL color Cylindrical-coordinate representation of color #8A9481: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A9481 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 148 129 -
CMYK 0.07 0 0.13 0.42
HSL 91.58º 0.08% 0.54% -
HSV(B) 91.58º 0.13% 0.58% -
XYZ 25.03 28.17 24.89 -
YUV 142.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 138 148 129 0.07 0 0.13 0.42 91.58 0.08 0.54
Hex 8A 94 81 7 0 D 2A 5C 8 36
Octal 212 224 201 7 0 15 52 134 10 66
Binary 10001010 10010100 10000001 111 0 1101 101010 1011100 1000 110110

Color Harmonies of #8A9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9481

Black with #8A9481

Text Example


Text Example

White with #8A9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9481; }

 p { color: rgb(138,148,129); }

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

background-color css

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

 a { background-color: rgb(138,148,129); }

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

border-color css

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

 span { border-color: rgb(138,148,129); }

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