Html Css Color HEX #988935 Highball

📋 copy color: '#988935'

red 152 ◦ green 137 ◦ blue 53

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

Shades of Highball #988935

Tints of Highball #988935

RGB

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

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

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

R = 44.44%
G = 40.06%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#988935 (or 0x988935) is known color: Highball. HEX triplet: 98, 89 and 35. RGB value is (152,137,53). Sum of RGB (Red+Green+Blue) = 152+137+53=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #988935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988935 is #6776CA. Grayscale: #848484. Windows color (decimal): -6780619 or 3508632. OLE color: 3508632.

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

Color convert

RGB 152 137 53 -
CMYK 0 0.10 0.65 0.40
HSL 50.91º 0.48% 0.4% -
HSV(B) 50.91º 0.65% 0.6% -
XYZ 22.54 24.82 6.97 -
YUV 131.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 152 137 53 0 0.10 0.65 0.40 50.91 0.48 0.4
Hex 98 89 35 0 A 41 28 33 30 28
Octal 230 211 65 0 12 101 50 63 60 50
Binary 10011000 10001001 110101 0 1010 1000001 101000 110011 110000 101000

Color Harmonies of #988935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988935

Black with #988935

Text Example


Text Example

White with #988935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988935; }

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

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

background-color css

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

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

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

border-color css

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

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

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