Html Css Color HEX #988934 Highball

📋 copy color: '#988934'

red 152 ◦ green 137 ◦ blue 52

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

Shades of Highball #988934

Tints of Highball #988934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

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

R = 44.57%
G = 40.18%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#988934 (or 0x988934) is known color: Highball. HEX triplet: 98, 89 and 34. RGB value is (152,137,52). Sum of RGB (Red+Green+Blue) = 152+137+52=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #988934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988934 is #6776CB. Grayscale: #848484. Windows color (decimal): -6780620 or 3443096. OLE color: 3443096.

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

Color convert

RGB 152 137 52 -
CMYK 0 0.10 0.66 0.40
HSL 51º 0.49% 0.4% -
HSV(B) 51º 0.66% 0.6% -
XYZ 22.51 24.81 6.85 -
YUV 131.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 152 137 52 0 0.10 0.66 0.40 51 0.49 0.4
Hex 98 89 34 0 A 42 28 33 31 28
Octal 230 211 64 0 12 102 50 63 61 50
Binary 10011000 10001001 110100 0 1010 1000010 101000 110011 110001 101000

Color Harmonies of #988934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988934

Black with #988934

Text Example


Text Example

White with #988934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988934; }

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

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

background-color css

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

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

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

border-color css

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

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

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