Html Css Color HEX #988E3C Highball

📋 copy color: '#988E3C'

red 152 ◦ green 142 ◦ blue 60

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

Shades of Highball #988E3C

Tints of Highball #988E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 42.94%
G = 40.11%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#988E3C (or 0x988E3C) is known color: Highball. HEX triplet: 98, 8E and 3C. RGB value is (152,142,60). Sum of RGB (Red+Green+Blue) = 152+142+60=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #988E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E3C is #6771C3. Grayscale: #878787. Windows color (decimal): -6779332 or 3968664. OLE color: 3968664.

HSL color Cylindrical-coordinate representation of color #988E3C: hue angle of 53.48º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #988E3C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 60 -
CMYK 0 0.07 0.61 0.40
HSL 53.48º 0.43% 0.42% -
HSV(B) 53.48º 0.61% 0.6% -
XYZ 23.44 26.35 8.13 -
YUV 135.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 152 142 60 0 0.07 0.61 0.40 53.48 0.43 0.42
Hex 98 8E 3C 0 7 3D 28 35 2B 2A
Octal 230 216 74 0 7 75 50 65 53 52
Binary 10011000 10001110 111100 0 111 111101 101000 110101 101011 101010

Color Harmonies of #988E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E3C

Black with #988E3C

Text Example


Text Example

White with #988E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,142,60); }

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

background-color css

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

 a { background-color: rgb(152,142,60); }

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

border-color css

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

 span { border-color: rgb(152,142,60); }

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