Html Css Color HEX #998D51 Highball

📋 copy color: '#998D51'

red 153 ◦ green 141 ◦ blue 81

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

Shades of Highball #998D51

Tints of Highball #998D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 40.8%
G = 37.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#998D51 (or 0x998D51) is known color: Highball. HEX triplet: 99, 8D and 51. RGB value is (153,141,81). Sum of RGB (Red+Green+Blue) = 153+141+81=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #998D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D51 is #6672AE. Grayscale: #8A8A8A. Windows color (decimal): -6714031 or 5344665. OLE color: 5344665.

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

Color convert

RGB 153 141 81 -
CMYK 0 0.08 0.47 0.4
HSL 50º 0.31% 0.46% -
HSV(B) 50º 0.47% 0.6% -
XYZ 24.15 26.42 11.61 -
YUV 137.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 153 141 81 0 0.08 0.47 0.4 50 0.31 0.46
Hex 99 8D 51 0 8 2F 28 32 1F 2E
Octal 231 215 121 0 10 57 50 62 37 56
Binary 10011001 10001101 1010001 0 1000 101111 101000 110010 11111 101110

Color Harmonies of #998D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D51

Black with #998D51

Text Example


Text Example

White with #998D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,141,81); }

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

background-color css

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

 a { background-color: rgb(153,141,81); }

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

border-color css

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

 span { border-color: rgb(153,141,81); }

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