Html Css Color HEX #988C3A Highball

📋 copy color: '#988C3A'

red 152 ◦ green 140 ◦ blue 58

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

Shades of Highball #988C3A

Tints of Highball #988C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 43.43%
G = 40%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#988C3A (or 0x988C3A) is known color: Highball. HEX triplet: 98, 8C and 3A. RGB value is (152,140,58). Sum of RGB (Red+Green+Blue) = 152+140+58=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #988C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C3A is #6773C5. Grayscale: #868686. Windows color (decimal): -6779846 or 3837080. OLE color: 3837080.

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

Color convert

RGB 152 140 58 -
CMYK 0 0.08 0.62 0.40
HSL 52.34º 0.45% 0.41% -
HSV(B) 52.34º 0.62% 0.6% -
XYZ 23.09 25.74 7.75 -
YUV 134.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 152 140 58 0 0.08 0.62 0.40 52.34 0.45 0.41
Hex 98 8C 3A 0 8 3E 28 34 2D 29
Octal 230 214 72 0 10 76 50 64 55 51
Binary 10011000 10001100 111010 0 1000 111110 101000 110100 101101 101001

Color Harmonies of #988C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C3A

Black with #988C3A

Text Example


Text Example

White with #988C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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