Html Css Color HEX #988A40 Highball

📋 copy color: '#988A40'

red 152 ◦ green 138 ◦ blue 64

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

Shades of Highball #988A40

Tints of Highball #988A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

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

R = 42.94%
G = 38.98%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#988A40 (or 0x988A40) is known color: Highball. HEX triplet: 98, 8A and 40. RGB value is (152,138,64). Sum of RGB (Red+Green+Blue) = 152+138+64=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #988A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A40 is #6775BF. Grayscale: #868686. Windows color (decimal): -6780352 or 4229784. OLE color: 4229784.

HSL color Cylindrical-coordinate representation of color #988A40: hue angle of 50.45º 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 #988A40 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 64 -
CMYK 0 0.09 0.58 0.40
HSL 50.45º 0.41% 0.42% -
HSV(B) 50.45º 0.58% 0.6% -
XYZ 22.96 25.22 8.51 -
YUV 133.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 152 138 64 0 0.09 0.58 0.40 50.45 0.41 0.42
Hex 98 8A 40 0 9 3A 28 32 29 2A
Octal 230 212 100 0 11 72 50 62 51 52
Binary 10011000 10001010 1000000 0 1001 111010 101000 110010 101001 101010

Color Harmonies of #988A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A40

Black with #988A40

Text Example


Text Example

White with #988A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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