Html Css Color HEX #98895E Granite Green

📋 copy color: '#98895E'

red 152 ◦ green 137 ◦ blue 94

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

Shades of Granite Green #98895E

Tints of Granite Green #98895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 39.69%
G = 35.77%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98895E (or 0x98895E) is known color: Granite Green. HEX triplet: 98, 89 and 5E. RGB value is (152,137,94). Sum of RGB (Red+Green+Blue) = 152+137+94=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #98895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98895E is #6776A1. Grayscale: #888888. Windows color (decimal): -6780578 or 6195608. OLE color: 6195608.

HSL color Cylindrical-coordinate representation of color #98895E: hue angle of 44.48º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98895E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 94 -
CMYK 0 0.10 0.38 0.40
HSL 44.48º 0.24% 0.48% -
HSV(B) 44.48º 0.38% 0.6% -
XYZ 23.91 25.37 14.23 -
YUV 136.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 152 137 94 0 0.10 0.38 0.40 44.48 0.24 0.48
Hex 98 89 5E 0 A 26 28 2C 18 30
Octal 230 211 136 0 12 46 50 54 30 60
Binary 10011000 10001001 1011110 0 1010 100110 101000 101100 11000 110000

Color Harmonies of #98895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98895E

Black with #98895E

Text Example


Text Example

White with #98895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,137,94); }

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

background-color css

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

 a { background-color: rgb(152,137,94); }

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

border-color css

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

 span { border-color: rgb(152,137,94); }

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