#98865C

Color #98865C Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #98865C

Tints of Granite Green #98865C

Color information

#98865C (or 0x98865C) is unknown color: approx Granite Green. HEX triplet: 98, 86 and 5C. RGB value is (152,134,92). Sum of RGB (Red+Green+Blue) = 152+134+92=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98865C is #6779A3. Grayscale: #868686. Windows color (decimal): -6781348 or 6063768. OLE color: 6063768.

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

Color convert

RGB15213492-
CMYK00.120.390.40
HSL42º24.59%47.84%-
HSV(B)42º39.47%59.61%-
XYZ23.4124.513.62-
YUV134.59103.96140.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=40.21%
G=35.45%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521349200.120.390.404224.5947.84
Hex98865C0C27282a1930
Octal2302061340144750523160
Binary100110001000011010111000110010011110100010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98865C;
 }
 .AnyTagClassName
 {
   color: #98865C;
 }
</style>
background-color css

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

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

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

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

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

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