Html Css Color HEX #9F9B51 Husk

📋 copy color: '#9F9B51'

red 159 ◦ green 155 ◦ blue 81

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

Shades of Husk #9F9B51

Tints of Husk #9F9B51

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 40.25%
G = 39.24%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F9B51 (or 0x9F9B51) is known color: Husk. HEX triplet: 9F, 9B and 51. RGB value is (159,155,81). Sum of RGB (Red+Green+Blue) = 159+155+81=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9B51 is #6064AE. Grayscale: #949494. Windows color (decimal): -6317231 or 5348255. OLE color: 5348255.

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

Color convert

RGB 159 155 81 -
CMYK 0 0.03 0.49 0.38
HSL 56.92º 0.33% 0.47% -
HSV(B) 56.92º 0.49% 0.62% -
XYZ 27.5 31.41 12.4 -
YUV 147.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 159 155 81 0 0.03 0.49 0.38 56.92 0.33 0.47
Hex 9F 9B 51 0 3 31 26 39 20 2F
Octal 237 233 121 0 3 61 46 71 40 57
Binary 10011111 10011011 1010001 0 11 110001 100110 111001 100000 101111

Color Harmonies of #9F9B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9B51

Black with #9F9B51

Text Example


Text Example

White with #9F9B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,155,81); }

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

background-color css

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

 a { background-color: rgb(159,155,81); }

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

border-color css

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

 span { border-color: rgb(159,155,81); }

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