Html Css Color HEX #988C4D Highball

📋 copy color: '#988C4D'

red 152 ◦ green 140 ◦ blue 77

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

Shades of Highball #988C4D

Tints of Highball #988C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 41.19%
G = 37.94%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#988C4D (or 0x988C4D) is known color: Highball. HEX triplet: 98, 8C and 4D. RGB value is (152,140,77). Sum of RGB (Red+Green+Blue) = 152+140+77=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C4D is #6773B2. Grayscale: #888888. Windows color (decimal): -6779827 or 5082264. OLE color: 5082264.

HSL color Cylindrical-coordinate representation of color #988C4D: hue angle of 50.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #988C4D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 77 -
CMYK 0 0.08 0.49 0.40
HSL 50.4º 0.33% 0.45% -
HSV(B) 50.4º 0.49% 0.6% -
XYZ 23.67 25.97 10.79 -
YUV 136.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 152 140 77 0 0.08 0.49 0.40 50.4 0.33 0.45
Hex 98 8C 4D 0 8 31 28 32 21 2D
Octal 230 214 115 0 10 61 50 62 41 55
Binary 10011000 10001100 1001101 0 1000 110001 101000 110010 100001 101101

Color Harmonies of #988C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C4D

Black with #988C4D

Text Example


Text Example

White with #988C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,77); }

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

background-color css

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

 a { background-color: rgb(152,140,77); }

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

border-color css

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

 span { border-color: rgb(152,140,77); }

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