Html Css Color HEX #9F9457 Husk

📋 copy color: '#9F9457'

red 159 ◦ green 148 ◦ blue 87

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

Shades of Husk #9F9457

Tints of Husk #9F9457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 40.36%
G = 37.56%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F9457 (or 0x9F9457) is known color: Husk. HEX triplet: 9F, 94 and 57. RGB value is (159,148,87). Sum of RGB (Red+Green+Blue) = 159+148+87=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9457 is #606BA8. Grayscale: #909090. Windows color (decimal): -6319017 or 5739679. OLE color: 5739679.

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

Color convert

RGB 159 148 87 -
CMYK 0 0.07 0.45 0.38
HSL 50.83º 0.29% 0.48% -
HSV(B) 50.83º 0.45% 0.62% -
XYZ 26.61 29.24 13.26 -
YUV 144.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 159 148 87 0 0.07 0.45 0.38 50.83 0.29 0.48
Hex 9F 94 57 0 7 2D 26 33 1D 30
Octal 237 224 127 0 7 55 46 63 35 60
Binary 10011111 10010100 1010111 0 111 101101 100110 110011 11101 110000

Color Harmonies of #9F9457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9457

Black with #9F9457

Text Example


Text Example

White with #9F9457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,87); }

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

background-color css

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

 a { background-color: rgb(159,148,87); }

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

border-color css

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

 span { border-color: rgb(159,148,87); }

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