Html Css Color HEX #98895C Granite Green

📋 copy color: '#98895C'

red 152 ◦ green 137 ◦ blue 92

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

Shades of Granite Green #98895C

Tints of Granite Green #98895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 39.9%
G = 35.96%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98895C (or 0x98895C) is known color: Granite Green. HEX triplet: 98, 89 and 5C. RGB value is (152,137,92). Sum of RGB (Red+Green+Blue) = 152+137+92=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98895C is #6776A3. Grayscale: #888888. Windows color (decimal): -6780580 or 6064536. OLE color: 6064536.

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

Color convert

RGB 152 137 92 -
CMYK 0 0.10 0.39 0.40
HSL 45º 0.25% 0.48% -
HSV(B) 45º 0.39% 0.6% -
XYZ 23.83 25.34 13.76 -
YUV 136.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 152 137 92 0 0.10 0.39 0.40 45 0.25 0.48
Hex 98 89 5C 0 A 27 28 2D 19 30
Octal 230 211 134 0 12 47 50 55 31 60
Binary 10011000 10001001 1011100 0 1010 100111 101000 101101 11001 110000

Color Harmonies of #98895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98895C

Black with #98895C

Text Example


Text Example

White with #98895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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