Html Css Color HEX #998A3B Highball

📋 copy color: '#998A3B'

red 153 ◦ green 138 ◦ blue 59

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

Shades of Highball #998A3B

Tints of Highball #998A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 43.71%
G = 39.43%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#998A3B (or 0x998A3B) is known color: Highball. HEX triplet: 99, 8A and 3B. RGB value is (153,138,59). Sum of RGB (Red+Green+Blue) = 153+138+59=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #998A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A3B is #6675C4. Grayscale: #858585. Windows color (decimal): -6714821 or 3902105. OLE color: 3902105.

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

Color convert

RGB 153 138 59 -
CMYK 0 0.10 0.61 0.4
HSL 50.43º 0.44% 0.42% -
HSV(B) 50.43º 0.61% 0.6% -
XYZ 23.01 25.27 7.8 -
YUV 133.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 153 138 59 0 0.10 0.61 0.4 50.43 0.44 0.42
Hex 99 8A 3B 0 A 3D 28 32 2C 2A
Octal 231 212 73 0 12 75 50 62 54 52
Binary 10011001 10001010 111011 0 1010 111101 101000 110010 101100 101010

Color Harmonies of #998A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A3B

Black with #998A3B

Text Example


Text Example

White with #998A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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