Html Css Color HEX #989748 Highball

📋 copy color: '#989748'

red 152 ◦ green 151 ◦ blue 72

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

Shades of Highball #989748

Tints of Highball #989748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.27%

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 40.53%
G = 40.27%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#989748 (or 0x989748) is known color: Highball. HEX triplet: 98, 97 and 48. RGB value is (152,151,72). Sum of RGB (Red+Green+Blue) = 152+151+72=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #989748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989748 is #6768B7. Grayscale: #8E8E8E. Windows color (decimal): -6777016 or 4757400. OLE color: 4757400.

HSL color Cylindrical-coordinate representation of color #989748: hue angle of 59.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #989748 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 72 -
CMYK 0 0.01 0.53 0.40
HSL 59.25º 0.36% 0.44% -
HSV(B) 59.25º 0.53% 0.6% -
XYZ 25.19 29.28 10.45 -
YUV 142.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 152 151 72 0 0.01 0.53 0.40 59.25 0.36 0.44
Hex 98 97 48 0 1 35 28 3B 24 2C
Octal 230 227 110 0 1 65 50 73 44 54
Binary 10011000 10010111 1001000 0 1 110101 101000 111011 100100 101100

Color Harmonies of #989748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989748

Black with #989748

Text Example


Text Example

White with #989748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989748; }

 p { color: rgb(152,151,72); }

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

background-color css

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

 a { background-color: rgb(152,151,72); }

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

border-color css

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

 span { border-color: rgb(152,151,72); }

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