Html Css Color HEX #9B994F Highball

📋 copy color: '#9B994F'

red 155 ◦ green 153 ◦ blue 79

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

Shades of Highball #9B994F

Tints of Highball #9B994F

RGB

 RED value IS 155 (60.94% from 255) = 40.05%

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

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 40.05%
G = 39.53%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B994F (or 0x9B994F) is known color: Highball. HEX triplet: 9B, 99 and 4F. RGB value is (155,153,79). Sum of RGB (Red+Green+Blue) = 155+153+79=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B994F is #6466B0. Grayscale: #919191. Windows color (decimal): -6579889 or 5216667. OLE color: 5216667.

HSL color Cylindrical-coordinate representation of color #9B994F: hue angle of 58.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B994F is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 153 79 -
CMYK 0 0.01 0.49 0.39
HSL 58.42º 0.32% 0.46% -
HSV(B) 58.42º 0.49% 0.61% -
XYZ 26.32 30.32 11.86 -
YUV 145.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 155 153 79 0 0.01 0.49 0.39 58.42 0.32 0.46
Hex 9B 99 4F 0 1 31 27 3A 20 2E
Octal 233 231 117 0 1 61 47 72 40 56
Binary 10011011 10011001 1001111 0 1 110001 100111 111010 100000 101110

Color Harmonies of #9B994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B994F

Black with #9B994F

Text Example


Text Example

White with #9B994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,79); }

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

background-color css

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

 a { background-color: rgb(155,153,79); }

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

border-color css

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

 span { border-color: rgb(155,153,79); }

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