Html Css Color HEX #988F41 Highball

📋 copy color: '#988F41'

red 152 ◦ green 143 ◦ blue 65

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

Shades of Highball #988F41

Tints of Highball #988F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.72%

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

R = 42.22%
G = 39.72%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#988F41 (or 0x988F41) is known color: Highball. HEX triplet: 98, 8F and 41. RGB value is (152,143,65). Sum of RGB (Red+Green+Blue) = 152+143+65=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #988F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F41 is #6770BE. Grayscale: #898989. Windows color (decimal): -6779071 or 4296600. OLE color: 4296600.

HSL color Cylindrical-coordinate representation of color #988F41: hue angle of 53.79º 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 #988F41 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 65 -
CMYK 0 0.06 0.57 0.40
HSL 53.79º 0.4% 0.43% -
HSV(B) 53.79º 0.57% 0.6% -
XYZ 23.73 26.7 8.9 -
YUV 136.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 152 143 65 0 0.06 0.57 0.40 53.79 0.4 0.43
Hex 98 8F 41 0 6 39 28 36 28 2B
Octal 230 217 101 0 6 71 50 66 50 53
Binary 10011000 10001111 1000001 0 110 111001 101000 110110 101000 101011

Color Harmonies of #988F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F41

Black with #988F41

Text Example


Text Example

White with #988F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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