Html Css Color HEX #988244 Highball

📋 copy color: '#988244'

red 152 ◦ green 130 ◦ blue 68

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

Shades of Highball #988244

Tints of Highball #988244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 43.43%
G = 37.14%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#988244 (or 0x988244) is known color: Highball. HEX triplet: 98, 82 and 44. RGB value is (152,130,68). Sum of RGB (Red+Green+Blue) = 152+130+68=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #988244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988244 is #677DBB. Grayscale: #818181. Windows color (decimal): -6782396 or 4489880. OLE color: 4489880.

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

Color convert

RGB 152 130 68 -
CMYK 0 0.14 0.55 0.40
HSL 44.29º 0.38% 0.43% -
HSV(B) 44.29º 0.55% 0.6% -
XYZ 21.97 23.06 8.76 -
YUV 129.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 152 130 68 0 0.14 0.55 0.40 44.29 0.38 0.43
Hex 98 82 44 0 E 37 28 2C 26 2B
Octal 230 202 104 0 16 67 50 54 46 53
Binary 10011000 10000010 1000100 0 1110 110111 101000 101100 100110 101011

Color Harmonies of #988244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988244

Black with #988244

Text Example


Text Example

White with #988244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988244; }

 p { color: rgb(152,130,68); }

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

background-color css

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

 a { background-color: rgb(152,130,68); }

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

border-color css

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

 span { border-color: rgb(152,130,68); }

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