Html Css Color HEX #988947 Highball

📋 copy color: '#988947'

red 152 ◦ green 137 ◦ blue 71

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

Shades of Highball #988947

Tints of Highball #988947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 42.22%
G = 38.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#988947 (or 0x988947) is known color: Highball. HEX triplet: 98, 89 and 47. RGB value is (152,137,71). Sum of RGB (Red+Green+Blue) = 152+137+71=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #988947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988947 is #6776B8. Grayscale: #868686. Windows color (decimal): -6780601 or 4688280. OLE color: 4688280.

HSL color Cylindrical-coordinate representation of color #988947: hue angle of 48.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988947 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 71 -
CMYK 0 0.10 0.53 0.40
HSL 48.89º 0.36% 0.44% -
HSV(B) 48.89º 0.53% 0.6% -
XYZ 23.03 25.02 9.58 -
YUV 133.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 152 137 71 0 0.10 0.53 0.40 48.89 0.36 0.44
Hex 98 89 47 0 A 35 28 31 24 2C
Octal 230 211 107 0 12 65 50 61 44 54
Binary 10011000 10001001 1000111 0 1010 110101 101000 110001 100100 101100

Color Harmonies of #988947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988947

Black with #988947

Text Example


Text Example

White with #988947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988947; }

 p { color: rgb(152,137,71); }

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

background-color css

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

 a { background-color: rgb(152,137,71); }

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

border-color css

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

 span { border-color: rgb(152,137,71); }

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