Html Css Color HEX #988E50 Highball

📋 copy color: '#988E50'

red 152 ◦ green 142 ◦ blue 80

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

Shades of Highball #988E50

Tints of Highball #988E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.97%

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

R = 40.64%
G = 37.97%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988E50 (or 0x988E50) is known color: Highball. HEX triplet: 98, 8E and 50. RGB value is (152,142,80). Sum of RGB (Red+Green+Blue) = 152+142+80=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E50 is #6771AF. Grayscale: #8A8A8A. Windows color (decimal): -6779312 or 5279384. OLE color: 5279384.

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

Color convert

RGB 152 142 80 -
CMYK 0 0.07 0.47 0.40
HSL 51.67º 0.31% 0.45% -
HSV(B) 51.67º 0.47% 0.6% -
XYZ 24.07 26.6 11.46 -
YUV 137.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 152 142 80 0 0.07 0.47 0.40 51.67 0.31 0.45
Hex 98 8E 50 0 7 2F 28 34 1F 2D
Octal 230 216 120 0 7 57 50 64 37 55
Binary 10011000 10001110 1010000 0 111 101111 101000 110100 11111 101101

Color Harmonies of #988E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E50

Black with #988E50

Text Example


Text Example

White with #988E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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