Html Css Color HEX #988B5A Granite Green

📋 copy color: '#988B5A'

red 152 ◦ green 139 ◦ blue 90

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

Shades of Granite Green #988B5A

Tints of Granite Green #988B5A

RGB

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

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

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

R = 39.9%
G = 36.48%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#988B5A (or 0x988B5A) is known color: Granite Green. HEX triplet: 98, 8B and 5A. RGB value is (152,139,90). Sum of RGB (Red+Green+Blue) = 152+139+90=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #988B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B5A is #6774A5. Grayscale: #898989. Windows color (decimal): -6780070 or 5933976. OLE color: 5933976.

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

Color convert

RGB 152 139 90 -
CMYK 0 0.09 0.41 0.40
HSL 47.42º 0.26% 0.47% -
HSV(B) 47.42º 0.41% 0.6% -
XYZ 24.03 25.88 13.4 -
YUV 137.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 152 139 90 0 0.09 0.41 0.40 47.42 0.26 0.47
Hex 98 8B 5A 0 9 29 28 2F 1A 2F
Octal 230 213 132 0 11 51 50 57 32 57
Binary 10011000 10001011 1011010 0 1001 101001 101000 101111 11010 101111

Color Harmonies of #988B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B5A

Black with #988B5A

Text Example


Text Example

White with #988B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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