Html Css Color HEX #8C9289 Spanish Green

📋 copy color: '#8C9289'

red 140 ◦ green 146 ◦ blue 137

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

Shades of Spanish Green #8C9289

Tints of Spanish Green #8C9289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 33.1%
G = 34.52%
B = 32.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#8C9289 (or 0x8C9289) is known color: Spanish Green. HEX triplet: 8C, 92 and 89. RGB value is (140,146,137). Sum of RGB (Red+Green+Blue) = 140+146+137=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9289 is #736D76. Grayscale: #8F8F8F. Windows color (decimal): -7564663 or 9015948. OLE color: 9015948.

HSL color Cylindrical-coordinate representation of color #8C9289: hue angle of 100º 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 #8C9289 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 137 -
CMYK 0.04 0 0.06 0.43
HSL 100º 0.04% 0.55% -
HSV(B) 100º 0.06% 0.57% -
XYZ 25.61 27.94 27.71 -
YUV 143.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 140 146 137 0.04 0 0.06 0.43 100 0.04 0.55
Hex 8C 92 89 4 0 6 2B 64 4 37
Octal 214 222 211 4 0 6 53 144 4 67
Binary 10001100 10010010 10001001 100 0 110 101011 1100100 100 110111

Color Harmonies of #8C9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9289

Black with #8C9289

Text Example


Text Example

White with #8C9289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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