Html Css Color HEX #8B9D92 Edward

📋 copy color: '#8B9D92'

red 139 ◦ green 157 ◦ blue 146

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

Shades of Edward #8B9D92

Tints of Edward #8B9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.52%

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

R = 31.45%
G = 35.52%
B = 33.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#8B9D92 (or 0x8B9D92) is known color: Edward. HEX triplet: 8B, 9D and 92. RGB value is (139,157,146). Sum of RGB (Red+Green+Blue) = 139+157+146=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9D92 is #74626D. Grayscale: #969696. Windows color (decimal): -7627374 or 9608587. OLE color: 9608587.

HSL color Cylindrical-coordinate representation of color #8B9D92: hue angle of 143.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9D92 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 157 146 -
CMYK 0.11 0 0.07 0.38
HSL 143.33º 0.08% 0.58% -
HSV(B) 143.33º 0.11% 0.62% -
XYZ 27.89 31.68 31.84 -
YUV 150.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 139 157 146 0.11 0 0.07 0.38 143.33 0.08 0.58
Hex 8B 9D 92 B 0 7 26 8F 8 3A
Octal 213 235 222 13 0 7 46 217 10 72
Binary 10001011 10011101 10010010 1011 0 111 100110 10001111 1000 111010

Color Harmonies of #8B9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9D92

Black with #8B9D92

Text Example


Text Example

White with #8B9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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