Html Css Color HEX #8B9290 Granny Smith

📋 copy color: '#8B9290'

red 139 ◦ green 146 ◦ blue 144

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

Shades of Granny Smith #8B9290

Tints of Granny Smith #8B9290

RGB

 RED value IS 139 (54.69% from 255) = 32.4%

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 32.4%
G = 34.03%
B = 33.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#8B9290 (or 0x8B9290) is known color: Granny Smith. HEX triplet: 8B, 92 and 90. RGB value is (139,146,144). Sum of RGB (Red+Green+Blue) = 139+146+144=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9290 is #746D6F. Grayscale: #8F8F8F. Windows color (decimal): -7630192 or 9474699. OLE color: 9474699.

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

Color convert

RGB 139 146 144 -
CMYK 0.05 0 0.01 0.43
HSL 162.86º 0.03% 0.56% -
HSV(B) 162.86º 0.05% 0.57% -
XYZ 25.96 28.06 30.43 -
YUV 143.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 139 146 144 0.05 0 0.01 0.43 162.86 0.03 0.56
Hex 8B 92 90 5 0 1 2B A3 3 38
Octal 213 222 220 5 0 1 53 243 3 70
Binary 10001011 10010010 10010000 101 0 1 101011 10100011 11 111000

Color Harmonies of #8B9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9290

Black with #8B9290

Text Example


Text Example

White with #8B9290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,146,144); }

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

background-color css

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

 a { background-color: rgb(139,146,144); }

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

border-color css

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

 span { border-color: rgb(139,146,144); }

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