Html Css Color HEX #998E4D Highball

📋 copy color: '#998E4D'

red 153 ◦ green 142 ◦ blue 77

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

Shades of Highball #998E4D

Tints of Highball #998E4D

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

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

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 41.13%
G = 38.17%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#998E4D (or 0x998E4D) is known color: Highball. HEX triplet: 99, 8E and 4D. RGB value is (153,142,77). Sum of RGB (Red+Green+Blue) = 153+142+77=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #998E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E4D is #6671B2. Grayscale: #8A8A8A. Windows color (decimal): -6713779 or 5082777. OLE color: 5082777.

HSL color Cylindrical-coordinate representation of color #998E4D: hue angle of 51.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #998E4D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 142 77 -
CMYK 0 0.07 0.50 0.4
HSL 51.32º 0.33% 0.45% -
HSV(B) 51.32º 0.5% 0.6% -
XYZ 24.15 26.65 10.89 -
YUV 137.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 153 142 77 0 0.07 0.50 0.4 51.32 0.33 0.45
Hex 99 8E 4D 0 7 32 28 33 21 2D
Octal 231 216 115 0 7 62 50 63 41 55
Binary 10011001 10001110 1001101 0 111 110010 101000 110011 100001 101101

Color Harmonies of #998E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E4D

Black with #998E4D

Text Example


Text Example

White with #998E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998E4D; }

 p { color: rgb(153,142,77); }

 H1.HeaderClassName
 {
   color: #998E4D;
 }
 .AnyTagClassName
 {
   color: #998E4D;
 }
</style>

background-color css

<style>
 a { background-color: #998E4D; }

 a { background-color: rgb(153,142,77); }

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

border-color css

<style>
 span { border-color: #998E4D; }

 span { border-color: rgb(153,142,77); }

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