Html Css Color HEX #988D35 Highball

📋 copy color: '#988D35'

red 152 ◦ green 141 ◦ blue 53

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

Shades of Highball #988D35

Tints of Highball #988D35

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.75%

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 43.93%
G = 40.75%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#988D35 (or 0x988D35) is known color: Highball. HEX triplet: 98, 8D and 35. RGB value is (152,141,53). Sum of RGB (Red+Green+Blue) = 152+141+53=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #988D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D35 is #6772CA. Grayscale: #868686. Windows color (decimal): -6779595 or 3509656. OLE color: 3509656.

HSL color Cylindrical-coordinate representation of color #988D35: hue angle of 53.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #988D35 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 53 -
CMYK 0 0.07 0.65 0.40
HSL 53.33º 0.48% 0.4% -
HSV(B) 53.33º 0.65% 0.6% -
XYZ 23.12 25.98 7.16 -
YUV 134.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 152 141 53 0 0.07 0.65 0.40 53.33 0.48 0.4
Hex 98 8D 35 0 7 41 28 35 30 28
Octal 230 215 65 0 7 101 50 65 60 50
Binary 10011000 10001101 110101 0 111 1000001 101000 110101 110000 101000

Color Harmonies of #988D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D35

Black with #988D35

Text Example


Text Example

White with #988D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,53); }

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

background-color css

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

 a { background-color: rgb(152,141,53); }

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

border-color css

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

 span { border-color: rgb(152,141,53); }

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