Html Css Color HEX #9F9631 Highball

📋 copy color: '#9F9631'

red 159 ◦ green 150 ◦ blue 49

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

Shades of Highball #9F9631

Tints of Highball #9F9631

RGB

 RED value IS 159 (62.5% from 255) = 44.41%

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

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 44.41%
G = 41.9%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F9631 (or 0x9F9631) is known color: Highball. HEX triplet: 9F, 96 and 31. RGB value is (159,150,49). Sum of RGB (Red+Green+Blue) = 159+150+49=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9631 is #6069CE. Grayscale: #8D8D8D. Windows color (decimal): -6318543 or 3249823. OLE color: 3249823.

HSL color Cylindrical-coordinate representation of color #9F9631: hue angle of 55.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F9631 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 49 -
CMYK 0 0.06 0.69 0.38
HSL 55.09º 0.53% 0.41% -
HSV(B) 55.09º 0.69% 0.62% -
XYZ 25.76 29.41 7.22 -
YUV 141.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 159 150 49 0 0.06 0.69 0.38 55.09 0.53 0.41
Hex 9F 96 31 0 6 45 26 37 35 29
Octal 237 226 61 0 6 105 46 67 65 51
Binary 10011111 10010110 110001 0 110 1000101 100110 110111 110101 101001

Color Harmonies of #9F9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9631

Black with #9F9631

Text Example


Text Example

White with #9F9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9631; }

 p { color: rgb(159,150,49); }

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

background-color css

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

 a { background-color: rgb(159,150,49); }

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

border-color css

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

 span { border-color: rgb(159,150,49); }

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