Html Css Color HEX #98963E Highball

📋 copy color: '#98963E'

red 152 ◦ green 150 ◦ blue 62

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

Shades of Highball #98963E

Tints of Highball #98963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 41.76%
G = 41.21%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98963E (or 0x98963E) is known color: Highball. HEX triplet: 98, 96 and 3E. RGB value is (152,150,62). Sum of RGB (Red+Green+Blue) = 152+150+62=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98963E is #6769C1. Grayscale: #8C8C8C. Windows color (decimal): -6777282 or 4101784. OLE color: 4101784.

HSL color Cylindrical-coordinate representation of color #98963E: hue angle of 58.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98963E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 62 -
CMYK 0 0.01 0.59 0.40
HSL 58.67º 0.42% 0.42% -
HSV(B) 58.67º 0.59% 0.6% -
XYZ 24.72 28.84 8.82 -
YUV 140.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 152 150 62 0 0.01 0.59 0.40 58.67 0.42 0.42
Hex 98 96 3E 0 1 3B 28 3B 2A 2A
Octal 230 226 76 0 1 73 50 73 52 52
Binary 10011000 10010110 111110 0 1 111011 101000 111011 101010 101010

Color Harmonies of #98963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98963E

Black with #98963E

Text Example


Text Example

White with #98963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98963E; }

 p { color: rgb(152,150,62); }

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

background-color css

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

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

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

border-color css

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

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

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