Html Css Color HEX #989830 Highball

📋 copy color: '#989830'

red 152 ◦ green 152 ◦ blue 48

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

Shades of Highball #989830

Tints of Highball #989830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 43.18%
G = 43.18%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#989830 (or 0x989830) is known color: Highball. HEX triplet: 98, 98 and 30. RGB value is (152,152,48). Sum of RGB (Red+Green+Blue) = 152+152+48=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989830 is #6767CF. Grayscale: #8C8C8C. Windows color (decimal): -6776784 or 3184792. OLE color: 3184792.

HSL color Cylindrical-coordinate representation of color #989830: hue angle of 60º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #989830 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 48 -
CMYK 0 0 0.68 0.40
HSL 60º 0.52% 0.39% -
HSV(B) 60º 0.68% 0.6% -
XYZ 24.71 29.35 7.16 -
YUV 140.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 152 152 48 0 0 0.68 0.40 60 0.52 0.39
Hex 98 98 30 0 0 44 28 3C 34 27
Octal 230 230 60 0 0 104 50 74 64 47
Binary 10011000 10011000 110000 0 0 1000100 101000 111100 110100 100111

Color Harmonies of #989830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989830

Black with #989830

Text Example


Text Example

White with #989830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989830; }

 p { color: rgb(152,152,48); }

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

background-color css

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

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

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

border-color css

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

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

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