Html Css Color HEX #988C50 Highball

📋 copy color: '#988C50'

red 152 ◦ green 140 ◦ blue 80

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

Shades of Highball #988C50

Tints of Highball #988C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 40.86%
G = 37.63%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988C50 (or 0x988C50) is known color: Highball. HEX triplet: 98, 8C and 50. RGB value is (152,140,80). Sum of RGB (Red+Green+Blue) = 152+140+80=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #988C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C50 is #6773AF. Grayscale: #898989. Windows color (decimal): -6779824 or 5278872. OLE color: 5278872.

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

Color convert

RGB 152 140 80 -
CMYK 0 0.08 0.47 0.40
HSL 50º 0.31% 0.45% -
HSV(B) 50º 0.47% 0.6% -
XYZ 23.77 26.01 11.36 -
YUV 136.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 152 140 80 0 0.08 0.47 0.40 50 0.31 0.45
Hex 98 8C 50 0 8 2F 28 32 1F 2D
Octal 230 214 120 0 10 57 50 62 37 55
Binary 10011000 10001100 1010000 0 1000 101111 101000 110010 11111 101101

Color Harmonies of #988C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C50

Black with #988C50

Text Example


Text Example

White with #988C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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