Html Css Color HEX #988C4C Highball

📋 copy color: '#988C4C'

red 152 ◦ green 140 ◦ blue 76

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

Shades of Highball #988C4C

Tints of Highball #988C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 41.3%
G = 38.04%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#988C4C (or 0x988C4C) is known color: Highball. HEX triplet: 98, 8C and 4C. RGB value is (152,140,76). Sum of RGB (Red+Green+Blue) = 152+140+76=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C4C is #6773B3. Grayscale: #888888. Windows color (decimal): -6779828 or 5016728. OLE color: 5016728.

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

Color convert

RGB 152 140 76 -
CMYK 0 0.08 0.50 0.40
HSL 50.53º 0.33% 0.45% -
HSV(B) 50.53º 0.5% 0.6% -
XYZ 23.63 25.95 10.6 -
YUV 136.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 152 140 76 0 0.08 0.50 0.40 50.53 0.33 0.45
Hex 98 8C 4C 0 8 32 28 33 21 2D
Octal 230 214 114 0 10 62 50 63 41 55
Binary 10011000 10001100 1001100 0 1000 110010 101000 110011 100001 101101

Color Harmonies of #988C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C4C

Black with #988C4C

Text Example


Text Example

White with #988C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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