Html Css Color HEX #988340 Highball

📋 copy color: '#988340'

red 152 ◦ green 131 ◦ blue 64

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

Shades of Highball #988340

Tints of Highball #988340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 43.8%
G = 37.75%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#988340 (or 0x988340) is known color: Highball. HEX triplet: 98, 83 and 40. RGB value is (152,131,64). Sum of RGB (Red+Green+Blue) = 152+131+64=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #988340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988340 is #677CBF. Grayscale: #818181. Windows color (decimal): -6782144 or 4227992. OLE color: 4227992.

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

Color convert

RGB 152 131 64 -
CMYK 0 0.14 0.58 0.40
HSL 45.68º 0.41% 0.42% -
HSV(B) 45.68º 0.58% 0.6% -
XYZ 21.99 23.28 8.18 -
YUV 129.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 152 131 64 0 0.14 0.58 0.40 45.68 0.41 0.42
Hex 98 83 40 0 E 3A 28 2E 29 2A
Octal 230 203 100 0 16 72 50 56 51 52
Binary 10011000 10000011 1000000 0 1110 111010 101000 101110 101001 101010

Color Harmonies of #988340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988340

Black with #988340

Text Example


Text Example

White with #988340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988340; }

 p { color: rgb(152,131,64); }

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

background-color css

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

 a { background-color: rgb(152,131,64); }

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

border-color css

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

 span { border-color: rgb(152,131,64); }

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