Html Css Color HEX #989442 Highball

📋 copy color: '#989442'

red 152 ◦ green 148 ◦ blue 66

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

Shades of Highball #989442

Tints of Highball #989442

RGB

 RED value IS 152 (59.77% from 255) = 41.53%

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 41.53%
G = 40.44%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#989442 (or 0x989442) is known color: Highball. HEX triplet: 98, 94 and 42. RGB value is (152,148,66). Sum of RGB (Red+Green+Blue) = 152+148+66=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #989442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989442 is #676BBD. Grayscale: #8C8C8C. Windows color (decimal): -6777790 or 4363416. OLE color: 4363416.

HSL color Cylindrical-coordinate representation of color #989442: hue angle of 57.21º degrees, saturation: 0.39, 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 #989442 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 66 -
CMYK 0 0.03 0.57 0.40
HSL 57.21º 0.39% 0.43% -
HSV(B) 57.21º 0.57% 0.6% -
XYZ 24.52 28.25 9.31 -
YUV 139.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 152 148 66 0 0.03 0.57 0.40 57.21 0.39 0.43
Hex 98 94 42 0 3 39 28 39 27 2B
Octal 230 224 102 0 3 71 50 71 47 53
Binary 10011000 10010100 1000010 0 11 111001 101000 111001 100111 101011

Color Harmonies of #989442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989442

Black with #989442

Text Example


Text Example

White with #989442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989442; }

 p { color: rgb(152,148,66); }

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

background-color css

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

 a { background-color: rgb(152,148,66); }

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

border-color css

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

 span { border-color: rgb(152,148,66); }

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