Html Css Color HEX #998D5A Granite Green

📋 copy color: '#998D5A'

red 153 ◦ green 141 ◦ blue 90

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

Shades of Granite Green #998D5A

Tints of Granite Green #998D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 39.84%
G = 36.72%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#998D5A (or 0x998D5A) is known color: Granite Green. HEX triplet: 99, 8D and 5A. RGB value is (153,141,90). Sum of RGB (Red+Green+Blue) = 153+141+90=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #998D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D5A is #6672A5. Grayscale: #8A8A8A. Windows color (decimal): -6714022 or 5934489. OLE color: 5934489.

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

Color convert

RGB 153 141 90 -
CMYK 0 0.08 0.41 0.4
HSL 48.57º 0.26% 0.48% -
HSV(B) 48.57º 0.41% 0.6% -
XYZ 24.51 26.56 13.51 -
YUV 138.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 153 141 90 0 0.08 0.41 0.4 48.57 0.26 0.48
Hex 99 8D 5A 0 8 29 28 31 1A 30
Octal 231 215 132 0 10 51 50 61 32 60
Binary 10011001 10001101 1011010 0 1000 101001 101000 110001 11010 110000

Color Harmonies of #998D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D5A

Black with #998D5A

Text Example


Text Example

White with #998D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,141,90); }

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

background-color css

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

 a { background-color: rgb(153,141,90); }

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

border-color css

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

 span { border-color: rgb(153,141,90); }

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