Html Css Color HEX #989935 Highball

📋 copy color: '#989935'

red 152 ◦ green 153 ◦ blue 53

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

Shades of Highball #989935

Tints of Highball #989935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 42.46%
G = 42.74%
B = 14.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#989935 (or 0x989935) is known color: Highball. HEX triplet: 98, 99 and 35. RGB value is (152,153,53). Sum of RGB (Red+Green+Blue) = 152+153+53=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #989935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989935 is #6766CA. Grayscale: #8D8D8D. Windows color (decimal): -6776523 or 3512728. OLE color: 3512728.

HSL color Cylindrical-coordinate representation of color #989935: hue angle of 60.6º degrees, saturation: 0.49, 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 #989935 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 153 53 -
CMYK 0.01 0 0.65 0.4
HSL 60.6º 0.49% 0.4% -
HSV(B) 60.6º 0.65% 0.6% -
XYZ 24.98 29.71 7.79 -
YUV 141.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 152 153 53 0.01 0 0.65 0.4 60.6 0.49 0.4
Hex 98 99 35 1 0 41 28 3D 31 28
Octal 230 231 65 1 0 101 50 75 61 50
Binary 10011000 10011001 110101 1 0 1000001 101000 111101 110001 101000

Color Harmonies of #989935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989935

Black with #989935

Text Example


Text Example

White with #989935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989935; }

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

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

background-color css

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

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

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

border-color css

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

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

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