Html Css Color HEX #8C9189 Spanish Green

📋 copy color: '#8C9189'

red 140 ◦ green 145 ◦ blue 137

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

Shades of Spanish Green #8C9189

Tints of Spanish Green #8C9189

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

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

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 33.18%
G = 34.36%
B = 32.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#8C9189 (or 0x8C9189) is known color: Spanish Green. HEX triplet: 8C, 91 and 89. RGB value is (140,145,137). Sum of RGB (Red+Green+Blue) = 140+145+137=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9189 is #736E76. Grayscale: #8E8E8E. Windows color (decimal): -7564919 or 9015692. OLE color: 9015692.

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

Color convert

RGB 140 145 137 -
CMYK 0.03 0 0.06 0.43
HSL 97.5º 0.04% 0.55% -
HSV(B) 97.5º 0.06% 0.57% -
XYZ 25.46 27.63 27.66 -
YUV 142.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 140 145 137 0.03 0 0.06 0.43 97.5 0.04 0.55
Hex 8C 91 89 3 0 6 2B 62 4 37
Octal 214 221 211 3 0 6 53 142 4 67
Binary 10001100 10010001 10001001 11 0 110 101011 1100010 100 110111

Color Harmonies of #8C9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9189

Black with #8C9189

Text Example


Text Example

White with #8C9189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,145,137); }

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

background-color css

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

 a { background-color: rgb(140,145,137); }

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

border-color css

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

 span { border-color: rgb(140,145,137); }

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