Html Css Color HEX #988341 Highball

📋 copy color: '#988341'

red 152 ◦ green 131 ◦ blue 65

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

Shades of Highball #988341

Tints of Highball #988341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 43.68%
G = 37.64%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#988341 (or 0x988341) is known color: Highball. HEX triplet: 98, 83 and 41. RGB value is (152,131,65). Sum of RGB (Red+Green+Blue) = 152+131+65=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #988341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988341 is #677CBE. Grayscale: #828282. Windows color (decimal): -6782143 or 4293528. OLE color: 4293528.

HSL color Cylindrical-coordinate representation of color #988341: 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 #988341 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 65 -
CMYK 0 0.14 0.57 0.40
HSL 45.52º 0.4% 0.43% -
HSV(B) 45.52º 0.57% 0.6% -
XYZ 22.02 23.29 8.34 -
YUV 129.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 152 131 65 0 0.14 0.57 0.40 45.52 0.4 0.43
Hex 98 83 41 0 E 39 28 2E 28 2B
Octal 230 203 101 0 16 71 50 56 50 53
Binary 10011000 10000011 1000001 0 1110 111001 101000 101110 101000 101011

Color Harmonies of #988341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988341

Black with #988341

Text Example


Text Example

White with #988341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988341; }

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

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

background-color css

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

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

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

border-color css

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

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

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