Html Css Color HEX #9D9150 Husk

📋 copy color: '#9D9150'

red 157 ◦ green 145 ◦ blue 80

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

Shades of Husk #9D9150

Tints of Husk #9D9150

RGB

 RED value IS 157 (61.72% from 255) = 41.1%

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 41.1%
G = 37.96%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D9150 (or 0x9D9150) is known color: Husk. HEX triplet: 9D, 91 and 50. RGB value is (157,145,80). Sum of RGB (Red+Green+Blue) = 157+145+80=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9150 is #626EAF. Grayscale: #8D8D8D. Windows color (decimal): -6450864 or 5280157. OLE color: 5280157.

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

Color convert

RGB 157 145 80 -
CMYK 0 0.08 0.49 0.38
HSL 50.65º 0.32% 0.46% -
HSV(B) 50.65º 0.49% 0.62% -
XYZ 25.48 28 11.65 -
YUV 141.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 157 145 80 0 0.08 0.49 0.38 50.65 0.32 0.46
Hex 9D 91 50 0 8 31 26 33 20 2E
Octal 235 221 120 0 10 61 46 63 40 56
Binary 10011101 10010001 1010000 0 1000 110001 100110 110011 100000 101110

Color Harmonies of #9D9150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9150

Black with #9D9150

Text Example


Text Example

White with #9D9150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,145,80); }

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

background-color css

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

 a { background-color: rgb(157,145,80); }

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

border-color css

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

 span { border-color: rgb(157,145,80); }

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