Html Css Color HEX #988D5A Granite Green

📋 copy color: '#988D5A'

red 152 ◦ green 141 ◦ blue 90

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

Shades of Granite Green #988D5A

Tints of Granite Green #988D5A

RGB

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

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

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

R = 39.69%
G = 36.81%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#988D5A (or 0x988D5A) is known color: Granite Green. HEX triplet: 98, 8D and 5A. RGB value is (152,141,90). Sum of RGB (Red+Green+Blue) = 152+141+90=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D5A is #6772A5. Grayscale: #8A8A8A. Windows color (decimal): -6779558 or 5934488. OLE color: 5934488.

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

Color convert

RGB 152 141 90 -
CMYK 0 0.07 0.41 0.40
HSL 49.35º 0.26% 0.47% -
HSV(B) 49.35º 0.41% 0.6% -
XYZ 24.32 26.46 13.5 -
YUV 138.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 152 141 90 0 0.07 0.41 0.40 49.35 0.26 0.47
Hex 98 8D 5A 0 7 29 28 31 1A 2F
Octal 230 215 132 0 7 51 50 61 32 57
Binary 10011000 10001101 1011010 0 111 101001 101000 110001 11010 101111

Color Harmonies of #988D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D5A

Black with #988D5A

Text Example


Text Example

White with #988D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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