Html Css Color HEX #98957E Grey Olive

📋 copy color: '#98957E'

red 152 ◦ green 149 ◦ blue 126

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

Shades of Grey Olive #98957E

Tints of Grey Olive #98957E

RGB

 RED value IS 152 (59.77% from 255) = 35.6%

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

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 35.6%
G = 34.89%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98957E (or 0x98957E) is known color: Grey Olive. HEX triplet: 98, 95 and 7E. RGB value is (152,149,126). Sum of RGB (Red+Green+Blue) = 152+149+126=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98957E is #676A81. Grayscale: #939393. Windows color (decimal): -6777474 or 8295832. OLE color: 8295832.

HSL color Cylindrical-coordinate representation of color #98957E: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98957E is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 126 -
CMYK 0 0.02 0.17 0.40
HSL 53.08º 0.11% 0.55% -
HSV(B) 53.08º 0.17% 0.6% -
XYZ 27.46 29.68 24.02 -
YUV 147.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 152 149 126 0 0.02 0.17 0.40 53.08 0.11 0.55
Hex 98 95 7E 0 2 11 28 35 B 37
Octal 230 225 176 0 2 21 50 65 13 67
Binary 10011000 10010101 1111110 0 10 10001 101000 110101 1011 110111

Color Harmonies of #98957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98957E

Black with #98957E

Text Example


Text Example

White with #98957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98957E; }

 p { color: rgb(152,149,126); }

 H1.HeaderClassName
 {
   color: #98957E;
 }
 .AnyTagClassName
 {
   color: #98957E;
 }
</style>

background-color css

<style>
 a { background-color: #98957E; }

 a { background-color: rgb(152,149,126); }

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

border-color css

<style>
 span { border-color: #98957E; }

 span { border-color: rgb(152,149,126); }

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