Html Css Color HEX #998A4B Highball

📋 copy color: '#998A4B'

red 153 ◦ green 138 ◦ blue 75

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

Shades of Highball #998A4B

Tints of Highball #998A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 41.8%
G = 37.7%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#998A4B (or 0x998A4B) is known color: Highball. HEX triplet: 99, 8A and 4B. RGB value is (153,138,75). Sum of RGB (Red+Green+Blue) = 153+138+75=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A4B is #6675B4. Grayscale: #878787. Windows color (decimal): -6714805 or 4950681. OLE color: 4950681.

HSL color Cylindrical-coordinate representation of color #998A4B: hue angle of 48.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #998A4B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 75 -
CMYK 0 0.10 0.51 0.4
HSL 48.46º 0.34% 0.45% -
HSV(B) 48.46º 0.51% 0.6% -
XYZ 23.5 25.46 10.33 -
YUV 135.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 153 138 75 0 0.10 0.51 0.4 48.46 0.34 0.45
Hex 99 8A 4B 0 A 33 28 30 22 2D
Octal 231 212 113 0 12 63 50 60 42 55
Binary 10011001 10001010 1001011 0 1010 110011 101000 110000 100010 101101

Color Harmonies of #998A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A4B

Black with #998A4B

Text Example


Text Example

White with #998A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,138,75); }

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

background-color css

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

 a { background-color: rgb(153,138,75); }

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

border-color css

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

 span { border-color: rgb(153,138,75); }

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