Html Css Color HEX #988C5B Granite Green

📋 copy color: '#988C5B'

red 152 ◦ green 140 ◦ blue 91

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

Shades of Granite Green #988C5B

Tints of Granite Green #988C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 39.69%
G = 36.55%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#988C5B (or 0x988C5B) is known color: Granite Green. HEX triplet: 98, 8C and 5B. RGB value is (152,140,91). Sum of RGB (Red+Green+Blue) = 152+140+91=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C5B is #6773A4. Grayscale: #8A8A8A. Windows color (decimal): -6779813 or 5999768. OLE color: 5999768.

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

Color convert

RGB 152 140 91 -
CMYK 0 0.08 0.40 0.40
HSL 48.2º 0.25% 0.48% -
HSV(B) 48.2º 0.4% 0.6% -
XYZ 24.22 26.19 13.68 -
YUV 138 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 152 140 91 0 0.08 0.40 0.40 48.2 0.25 0.48
Hex 98 8C 5B 0 8 28 28 30 19 30
Octal 230 214 133 0 10 50 50 60 31 60
Binary 10011000 10001100 1011011 0 1000 101000 101000 110000 11001 110000

Color Harmonies of #988C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C5B

Black with #988C5B

Text Example


Text Example

White with #988C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,91); }

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

background-color css

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

 a { background-color: rgb(152,140,91); }

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

border-color css

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

 span { border-color: rgb(152,140,91); }

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