Html Css Color HEX #988940 Highball

📋 copy color: '#988940'

red 152 ◦ green 137 ◦ blue 64

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

Shades of Highball #988940

Tints of Highball #988940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 43.06%
G = 38.81%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#988940 (or 0x988940) is known color: Highball. HEX triplet: 98, 89 and 40. RGB value is (152,137,64). Sum of RGB (Red+Green+Blue) = 152+137+64=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #988940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988940 is #6776BF. Grayscale: #858585. Windows color (decimal): -6780608 or 4229528. OLE color: 4229528.

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

Color convert

RGB 152 137 64 -
CMYK 0 0.10 0.58 0.40
HSL 49.77º 0.41% 0.42% -
HSV(B) 49.77º 0.58% 0.6% -
XYZ 22.82 24.94 8.46 -
YUV 133.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 152 137 64 0 0.10 0.58 0.40 49.77 0.41 0.42
Hex 98 89 40 0 A 3A 28 32 29 2A
Octal 230 211 100 0 12 72 50 62 51 52
Binary 10011000 10001001 1000000 0 1010 111010 101000 110010 101001 101010

Color Harmonies of #988940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988940

Black with #988940

Text Example


Text Example

White with #988940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988940; }

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

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

background-color css

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

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

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

border-color css

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

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

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