Html Css Color HEX #8A9187 Spanish Green

📋 copy color: '#8A9187'

red 138 ◦ green 145 ◦ blue 135

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

Shades of Spanish Green #8A9187

Tints of Spanish Green #8A9187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 33.01%
G = 34.69%
B = 32.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#8A9187 (or 0x8A9187) is known color: Spanish Green. HEX triplet: 8A, 91 and 87. RGB value is (138,145,135). Sum of RGB (Red+Green+Blue) = 138+145+135=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9187 is #756E78. Grayscale: #8D8D8D. Windows color (decimal): -7695993 or 8884618. OLE color: 8884618.

HSL color Cylindrical-coordinate representation of color #8A9187: hue angle of 102º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A9187 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 145 135 -
CMYK 0.05 0 0.07 0.43
HSL 102º 0.04% 0.55% -
HSV(B) 102º 0.07% 0.57% -
XYZ 24.98 27.4 26.89 -
YUV 141.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 138 145 135 0.05 0 0.07 0.43 102 0.04 0.55
Hex 8A 91 87 5 0 7 2B 66 4 37
Octal 212 221 207 5 0 7 53 146 4 67
Binary 10001010 10010001 10000111 101 0 111 101011 1100110 100 110111

Color Harmonies of #8A9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9187

Black with #8A9187

Text Example


Text Example

White with #8A9187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,145,135); }

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

background-color css

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

 a { background-color: rgb(138,145,135); }

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

border-color css

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

 span { border-color: rgb(138,145,135); }

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