Html Css Color HEX #8C9592 Granny Smith

📋 copy color: '#8C9592'

red 140 ◦ green 149 ◦ blue 146

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

Shades of Granny Smith #8C9592

Tints of Granny Smith #8C9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 32.18%
G = 34.25%
B = 33.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#8C9592 (or 0x8C9592) is known color: Granny Smith. HEX triplet: 8C, 95 and 92. RGB value is (140,149,146). Sum of RGB (Red+Green+Blue) = 140+149+146=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9592 is #736A6D. Grayscale: #919191. Windows color (decimal): -7563886 or 9606540. OLE color: 9606540.

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

Color convert

RGB 140 149 146 -
CMYK 0.06 0 0.02 0.42
HSL 160º 0.04% 0.57% -
HSV(B) 160º 0.06% 0.58% -
XYZ 26.75 29.15 31.41 -
YUV 145.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 140 149 146 0.06 0 0.02 0.42 160 0.04 0.57
Hex 8C 95 92 6 0 2 2A A0 4 39
Octal 214 225 222 6 0 2 52 240 4 71
Binary 10001100 10010101 10010010 110 0 10 101010 10100000 100 111001

Color Harmonies of #8C9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9592

Black with #8C9592

Text Example


Text Example

White with #8C9592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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