Html Css Color HEX #988F59 Granite Green

📋 copy color: '#988F59'

red 152 ◦ green 143 ◦ blue 89

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

Shades of Granite Green #988F59

Tints of Granite Green #988F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 89 (35.16% from 255) = 23.18%

R = 39.58%
G = 37.24%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#988F59 (or 0x988F59) is known color: Granite Green. HEX triplet: 98, 8F and 59. RGB value is (152,143,89). Sum of RGB (Red+Green+Blue) = 152+143+89=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #988F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F59 is #6770A6. Grayscale: #8B8B8B. Windows color (decimal): -6779047 or 5869464. OLE color: 5869464.

HSL color Cylindrical-coordinate representation of color #988F59: hue angle of 51.43º 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 #988F59 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 89 -
CMYK 0 0.06 0.41 0.40
HSL 51.43º 0.26% 0.47% -
HSV(B) 51.43º 0.41% 0.6% -
XYZ 24.57 27.04 13.38 -
YUV 139.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 152 143 89 0 0.06 0.41 0.40 51.43 0.26 0.47
Hex 98 8F 59 0 6 29 28 33 1A 2F
Octal 230 217 131 0 6 51 50 63 32 57
Binary 10011000 10001111 1011001 0 110 101001 101000 110011 11010 101111

Color Harmonies of #988F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F59

Black with #988F59

Text Example


Text Example

White with #988F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,143,89); }

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

background-color css

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

 a { background-color: rgb(152,143,89); }

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

border-color css

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

 span { border-color: rgb(152,143,89); }

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