Html Css Color HEX #98875C Granite Green

📋 copy color: '#98875C'

red 152 ◦ green 135 ◦ blue 92

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

Shades of Granite Green #98875C

Tints of Granite Green #98875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 40.11%
G = 35.62%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98875C (or 0x98875C) is known color: Granite Green. HEX triplet: 98, 87 and 5C. RGB value is (152,135,92). Sum of RGB (Red+Green+Blue) = 152+135+92=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98875C is #6778A3. Grayscale: #878787. Windows color (decimal): -6781092 or 6064024. OLE color: 6064024.

HSL color Cylindrical-coordinate representation of color #98875C: hue angle of 43º 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 #98875C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 92 -
CMYK 0 0.11 0.39 0.40
HSL 43º 0.25% 0.48% -
HSV(B) 43º 0.39% 0.6% -
XYZ 23.54 24.78 13.67 -
YUV 135.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 152 135 92 0 0.11 0.39 0.40 43 0.25 0.48
Hex 98 87 5C 0 B 27 28 2B 19 30
Octal 230 207 134 0 13 47 50 53 31 60
Binary 10011000 10000111 1011100 0 1011 100111 101000 101011 11001 110000

Color Harmonies of #98875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98875C

Black with #98875C

Text Example


Text Example

White with #98875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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