Html Css Color HEX #988E46 Highball

📋 copy color: '#988E46'

red 152 ◦ green 142 ◦ blue 70

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

Shades of Highball #988E46

Tints of Highball #988E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 41.76%
G = 39.01%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#988E46 (or 0x988E46) is known color: Highball. HEX triplet: 98, 8E and 46. RGB value is (152,142,70). Sum of RGB (Red+Green+Blue) = 152+142+70=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E46 is #6771B9. Grayscale: #898989. Windows color (decimal): -6779322 or 4624024. OLE color: 4624024.

HSL color Cylindrical-coordinate representation of color #988E46: hue angle of 52.68º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #988E46 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 70 -
CMYK 0 0.07 0.54 0.40
HSL 52.68º 0.37% 0.44% -
HSV(B) 52.68º 0.54% 0.6% -
XYZ 23.73 26.46 9.65 -
YUV 136.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 152 142 70 0 0.07 0.54 0.40 52.68 0.37 0.44
Hex 98 8E 46 0 7 36 28 35 25 2C
Octal 230 216 106 0 7 66 50 65 45 54
Binary 10011000 10001110 1000110 0 111 110110 101000 110101 100101 101100

Color Harmonies of #988E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E46

Black with #988E46

Text Example


Text Example

White with #988E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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