Html Css Color HEX #998442 Highball

📋 copy color: '#998442'

red 153 ◦ green 132 ◦ blue 66

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

Shades of Highball #998442

Tints of Highball #998442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 43.59%
G = 37.61%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#998442 (or 0x998442) is known color: Highball. HEX triplet: 99, 84 and 42. RGB value is (153,132,66). Sum of RGB (Red+Green+Blue) = 153+132+66=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #998442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998442 is #667BBD. Grayscale: #838383. Windows color (decimal): -6716350 or 4359321. OLE color: 4359321.

HSL color Cylindrical-coordinate representation of color #998442: hue angle of 45.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #998442 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 66 -
CMYK 0 0.14 0.57 0.4
HSL 45.52º 0.4% 0.43% -
HSV(B) 45.52º 0.57% 0.6% -
XYZ 22.37 23.67 8.54 -
YUV 130.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 153 132 66 0 0.14 0.57 0.4 45.52 0.4 0.43
Hex 99 84 42 0 E 39 28 2E 28 2B
Octal 231 204 102 0 16 71 50 56 50 53
Binary 10011001 10000100 1000010 0 1110 111001 101000 101110 101000 101011

Color Harmonies of #998442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998442

Black with #998442

Text Example


Text Example

White with #998442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998442; }

 p { color: rgb(153,132,66); }

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

background-color css

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

 a { background-color: rgb(153,132,66); }

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

border-color css

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

 span { border-color: rgb(153,132,66); }

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