Html Css Color HEX #988864 Granite Green

📋 copy color: '#988864'

red 152 ◦ green 136 ◦ blue 100

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

Shades of Granite Green #988864

Tints of Granite Green #988864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 39.18%
G = 35.05%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988864 (or 0x988864) is known color: Granite Green. HEX triplet: 98, 88 and 64. RGB value is (152,136,100). Sum of RGB (Red+Green+Blue) = 152+136+100=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #988864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988864 is #67779B. Grayscale: #888888. Windows color (decimal): -6780828 or 6588568. OLE color: 6588568.

HSL color Cylindrical-coordinate representation of color #988864: hue angle of 41.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #988864 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 100 -
CMYK 0 0.11 0.34 0.40
HSL 41.54º 0.21% 0.49% -
HSV(B) 41.54º 0.34% 0.6% -
XYZ 24.05 25.2 15.65 -
YUV 136.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 152 136 100 0 0.11 0.34 0.40 41.54 0.21 0.49
Hex 98 88 64 0 B 22 28 2A 15 31
Octal 230 210 144 0 13 42 50 52 25 61
Binary 10011000 10001000 1100100 0 1011 100010 101000 101010 10101 110001

Color Harmonies of #988864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988864

Black with #988864

Text Example


Text Example

White with #988864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988864; }

 p { color: rgb(152,136,100); }

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

background-color css

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

 a { background-color: rgb(152,136,100); }

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

border-color css

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

 span { border-color: rgb(152,136,100); }

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