Html Css Color HEX #988E34 Highball

📋 copy color: '#988E34'

red 152 ◦ green 142 ◦ blue 52

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

Shades of Highball #988E34

Tints of Highball #988E34

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

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

R = 43.93%
G = 41.04%
B = 15.03%

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

#988E34 (or 0x988E34) is known color: Highball. HEX triplet: 98, 8E and 34. RGB value is (152,142,52). Sum of RGB (Red+Green+Blue) = 152+142+52=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #988E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E34 is #6771CB. Grayscale: #878787. Windows color (decimal): -6779340 or 3444376. OLE color: 3444376.

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

Color convert

RGB 152 142 52 -
CMYK 0 0.07 0.66 0.40
HSL 54º 0.49% 0.4% -
HSV(B) 54º 0.66% 0.6% -
XYZ 23.24 26.27 7.09 -
YUV 134.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 152 142 52 0 0.07 0.66 0.40 54 0.49 0.4
Hex 98 8E 34 0 7 42 28 36 31 28
Octal 230 216 64 0 7 102 50 66 61 50
Binary 10011000 10001110 110100 0 111 1000010 101000 110110 110001 101000

Color Harmonies of #988E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E34

Black with #988E34

Text Example


Text Example

White with #988E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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