Html Css Color HEX #988D40 Highball

📋 copy color: '#988D40'

red 152 ◦ green 141 ◦ blue 64

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

Shades of Highball #988D40

Tints of Highball #988D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 42.58%
G = 39.5%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#988D40 (or 0x988D40) is known color: Highball. HEX triplet: 98, 8D and 40. RGB value is (152,141,64). Sum of RGB (Red+Green+Blue) = 152+141+64=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #988D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D40 is #6772BF. Grayscale: #878787. Windows color (decimal): -6779584 or 4230552. OLE color: 4230552.

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

Color convert

RGB 152 141 64 -
CMYK 0 0.07 0.58 0.40
HSL 52.5º 0.41% 0.42% -
HSV(B) 52.5º 0.58% 0.6% -
XYZ 23.4 26.1 8.65 -
YUV 135.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 152 141 64 0 0.07 0.58 0.40 52.5 0.41 0.42
Hex 98 8D 40 0 7 3A 28 34 29 2A
Octal 230 215 100 0 7 72 50 64 51 52
Binary 10011000 10001101 1000000 0 111 111010 101000 110100 101001 101010

Color Harmonies of #988D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D40

Black with #988D40

Text Example


Text Example

White with #988D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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