Html Css Color HEX #998B5B Granite Green

📋 copy color: '#998B5B'

red 153 ◦ green 139 ◦ blue 91

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

Shades of Granite Green #998B5B

Tints of Granite Green #998B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

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

R = 39.95%
G = 36.29%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#998B5B (or 0x998B5B) is known color: Granite Green. HEX triplet: 99, 8B and 5B. RGB value is (153,139,91). Sum of RGB (Red+Green+Blue) = 153+139+91=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B5B is #6674A4. Grayscale: #898989. Windows color (decimal): -6714533 or 5999513. OLE color: 5999513.

HSL color Cylindrical-coordinate representation of color #998B5B: hue angle of 46.45º 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 #998B5B is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 91 -
CMYK 0 0.09 0.41 0.4
HSL 46.45º 0.25% 0.48% -
HSV(B) 46.45º 0.41% 0.6% -
XYZ 24.26 25.99 13.64 -
YUV 137.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 153 139 91 0 0.09 0.41 0.4 46.45 0.25 0.48
Hex 99 8B 5B 0 9 29 28 2E 19 30
Octal 231 213 133 0 11 51 50 56 31 60
Binary 10011001 10001011 1011011 0 1001 101001 101000 101110 11001 110000

Color Harmonies of #998B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B5B

Black with #998B5B

Text Example


Text Example

White with #998B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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