Html Css Color HEX #8C9892 Granny Smith

📋 copy color: '#8C9892'

red 140 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #8C9892

Tints of Granny Smith #8C9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 31.96%
G = 34.7%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#8C9892 (or 0x8C9892) is known color: Granny Smith. HEX triplet: 8C, 98 and 92. RGB value is (140,152,146). Sum of RGB (Red+Green+Blue) = 140+152+146=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9892 is #73676D. Grayscale: #939393. Windows color (decimal): -7563118 or 9607308. OLE color: 9607308.

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

Color convert

RGB 140 152 146 -
CMYK 0.08 0 0.04 0.40
HSL 150º 0.06% 0.57% -
HSV(B) 150º 0.08% 0.6% -
XYZ 27.23 30.11 31.57 -
YUV 147.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 140 152 146 0.08 0 0.04 0.40 150 0.06 0.57
Hex 8C 98 92 8 0 4 28 96 6 39
Octal 214 230 222 10 0 4 50 226 6 71
Binary 10001100 10011000 10010010 1000 0 100 101000 10010110 110 111001

Color Harmonies of #8C9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9892

Black with #8C9892

Text Example


Text Example

White with #8C9892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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