Html Css Color HEX #998E5B Granite Green

📋 copy color: '#998E5B'

red 153 ◦ green 142 ◦ blue 91

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

Shades of Granite Green #998E5B

Tints of Granite Green #998E5B

RGB

 RED value IS 153 (60.16% from 255) = 39.64%

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

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

R = 39.64%
G = 36.79%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#998E5B (or 0x998E5B) is known color: Granite Green. HEX triplet: 99, 8E and 5B. RGB value is (153,142,91). Sum of RGB (Red+Green+Blue) = 153+142+91=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E5B is #6671A4. Grayscale: #8B8B8B. Windows color (decimal): -6713765 or 6000281. OLE color: 6000281.

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

Color convert

RGB 153 142 91 -
CMYK 0 0.07 0.41 0.4
HSL 49.35º 0.25% 0.48% -
HSV(B) 49.35º 0.41% 0.6% -
XYZ 24.7 26.87 13.78 -
YUV 139.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 153 142 91 0 0.07 0.41 0.4 49.35 0.25 0.48
Hex 99 8E 5B 0 7 29 28 31 19 30
Octal 231 216 133 0 7 51 50 61 31 60
Binary 10011001 10001110 1011011 0 111 101001 101000 110001 11001 110000

Color Harmonies of #998E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E5B

Black with #998E5B

Text Example


Text Example

White with #998E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998E5B; }

 p { color: rgb(153,142,91); }

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

background-color css

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

 a { background-color: rgb(153,142,91); }

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

border-color css

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

 span { border-color: rgb(153,142,91); }

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