Html Css Color HEX #998C32 Highball

📋 copy color: '#998C32'

red 153 ◦ green 140 ◦ blue 50

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

Shades of Highball #998C32

Tints of Highball #998C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 44.61%
G = 40.82%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#998C32 (or 0x998C32) is known color: Highball. HEX triplet: 99, 8C and 32. RGB value is (153,140,50). Sum of RGB (Red+Green+Blue) = 153+140+50=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #998C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C32 is #6673CD. Grayscale: #868686. Windows color (decimal): -6714318 or 3312793. OLE color: 3312793.

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

Color convert

RGB 153 140 50 -
CMYK 0 0.08 0.67 0.4
HSL 52.43º 0.51% 0.4% -
HSV(B) 52.43º 0.67% 0.6% -
XYZ 23.09 25.76 6.77 -
YUV 133.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 153 140 50 0 0.08 0.67 0.4 52.43 0.51 0.4
Hex 99 8C 32 0 8 43 28 34 33 28
Octal 231 214 62 0 10 103 50 64 63 50
Binary 10011001 10001100 110010 0 1000 1000011 101000 110100 110011 101000

Color Harmonies of #998C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C32

Black with #998C32

Text Example


Text Example

White with #998C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,50); }

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

background-color css

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

 a { background-color: rgb(153,140,50); }

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

border-color css

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

 span { border-color: rgb(153,140,50); }

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