Html Css Color HEX #988D34 Highball

📋 copy color: '#988D34'

red 152 ◦ green 141 ◦ blue 52

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

Shades of Highball #988D34

Tints of Highball #988D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 44.06%
G = 40.87%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#988D34 (or 0x988D34) is known color: Highball. HEX triplet: 98, 8D and 34. RGB value is (152,141,52). Sum of RGB (Red+Green+Blue) = 152+141+52=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #988D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D34 is #6772CB. Grayscale: #868686. Windows color (decimal): -6779596 or 3444120. OLE color: 3444120.

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

Color convert

RGB 152 141 52 -
CMYK 0 0.07 0.66 0.40
HSL 53.4º 0.49% 0.4% -
HSV(B) 53.4º 0.66% 0.6% -
XYZ 23.09 25.97 7.04 -
YUV 134.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 152 141 52 0 0.07 0.66 0.40 53.4 0.49 0.4
Hex 98 8D 34 0 7 42 28 35 31 28
Octal 230 215 64 0 7 102 50 65 61 50
Binary 10011000 10001101 110100 0 111 1000010 101000 110101 110001 101000

Color Harmonies of #988D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D34

Black with #988D34

Text Example


Text Example

White with #988D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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