Html Css Color HEX #988540 Highball

📋 copy color: '#988540'

red 152 ◦ green 133 ◦ blue 64

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

Shades of Highball #988540

Tints of Highball #988540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 43.55%
G = 38.11%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#988540 (or 0x988540) is known color: Highball. HEX triplet: 98, 85 and 40. RGB value is (152,133,64). Sum of RGB (Red+Green+Blue) = 152+133+64=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #988540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988540 is #677ABF. Grayscale: #838383. Windows color (decimal): -6781632 or 4228504. OLE color: 4228504.

HSL color Cylindrical-coordinate representation of color #988540: hue angle of 47.05º 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 #988540 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 64 -
CMYK 0 0.13 0.58 0.40
HSL 47.05º 0.41% 0.42% -
HSV(B) 47.05º 0.58% 0.6% -
XYZ 22.26 23.82 8.28 -
YUV 130.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 152 133 64 0 0.13 0.58 0.40 47.05 0.41 0.42
Hex 98 85 40 0 D 3A 28 2F 29 2A
Octal 230 205 100 0 15 72 50 57 51 52
Binary 10011000 10000101 1000000 0 1101 111010 101000 101111 101001 101010

Color Harmonies of #988540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988540

Black with #988540

Text Example


Text Example

White with #988540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988540; }

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

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

background-color css

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

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

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

border-color css

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

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

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