Html Css Color HEX #988E5C Granite Green

📋 copy color: '#988E5C'

red 152 ◦ green 142 ◦ blue 92

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

Shades of Granite Green #988E5C

Tints of Granite Green #988E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

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

R = 39.38%
G = 36.79%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#988E5C (or 0x988E5C) is known color: Granite Green. HEX triplet: 98, 8E and 5C. RGB value is (152,142,92). Sum of RGB (Red+Green+Blue) = 152+142+92=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #988E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E5C is #6771A3. Grayscale: #8B8B8B. Windows color (decimal): -6779300 or 6065816. OLE color: 6065816.

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

Color convert

RGB 152 142 92 -
CMYK 0 0.07 0.39 0.40
HSL 50º 0.25% 0.48% -
HSV(B) 50º 0.39% 0.6% -
XYZ 24.55 26.79 14 -
YUV 139.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 152 142 92 0 0.07 0.39 0.40 50 0.25 0.48
Hex 98 8E 5C 0 7 27 28 32 19 30
Octal 230 216 134 0 7 47 50 62 31 60
Binary 10011000 10001110 1011100 0 111 100111 101000 110010 11001 110000

Color Harmonies of #988E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E5C

Black with #988E5C

Text Example


Text Example

White with #988E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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