#9D9251

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

Shades of Husk #9D9251

Tints of Husk #9D9251

Color information

#9D9251 (or 0x9D9251) is unknown color: approx Husk. HEX triplet: 9D, 92 and 51. RGB value is (157,146,81). Sum of RGB (Red+Green+Blue) = 157+146+81=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9251 is #626DAE. Grayscale: #8E8E8E. Windows color (decimal): -6450607 or 5345949. OLE color: 5345949.

HSL color Cylindrical-coordinate representation of color #9D9251: hue angle of 51.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D9251 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15714681-
CMYK00.070.480.38
HSL51.32º31.93%46.67%-
HSV(B)51.32º48.41%61.57%-
XYZ25.6728.3211.9-
YUV141.8893.64138.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.89%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=40.89%
G=38.02%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571468100.070.480.3851.3231.9346.67
Hex9D925107302633202f
Octal235222121076046634057
Binary100111011001001010100010111110000100110110011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,81); }

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

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

 a { background-color: rgb(157,146,81); }

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

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

 span { border-color: rgb(157,146,81); }

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