#9F954B

Color #9F954B Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #9F954B

Tints of Husk #9F954B

Color information

#9F954B (or 0x9F954B) is unknown color: approx Husk. HEX triplet: 9F, 95 and 4B. RGB value is (159,149,75). Sum of RGB (Red+Green+Blue) = 159+149+75=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F954B is #606AB4. Grayscale: #8F8F8F. Windows color (decimal): -6318773 or 4953503. OLE color: 4953503.

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

Color convert

RGB15914975-
CMYK00.060.530.38
HSL52.86º35.9%45.88%-
HSV(B)52.86º52.83%62.35%-
XYZ26.3229.3710.94-
YUV143.5589.31139.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=41.51%
G=38.90%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591497500.060.530.3852.8635.945.88
Hex9F954B06352635242e
Octal237225113066546654456
Binary100111111001010110010110110110101100110110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,75); }

 H1.HeaderClassName
 {
   color: #9F954B;
 }
 .AnyTagClassName
 {
   color: #9F954B;
 }
</style>
background-color css

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

 a { background-color: rgb(159,149,75); }

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

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

 span { border-color: rgb(159,149,75); }

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