Html Css Color HEX #9FA490 Bud

📋 copy color: '#9FA490'

red 159 ◦ green 164 ◦ blue 144

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

Shades of Bud #9FA490

Tints of Bud #9FA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 34.05%
G = 35.12%
B = 30.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#9FA490 (or 0x9FA490) is known color: Bud. HEX triplet: 9F, A4 and 90. RGB value is (159,164,144). Sum of RGB (Red+Green+Blue) = 159+164+144=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA490 is #605B6F. Grayscale: #A0A0A0. Windows color (decimal): -6314864 or 9479327. OLE color: 9479327.

HSL color Cylindrical-coordinate representation of color #9FA490: hue angle of 75º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FA490 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 164 144 -
CMYK 0.03 0 0.12 0.36
HSL 75º 0.1% 0.6% -
HSV(B) 75º 0.12% 0.64% -
XYZ 32.61 35.94 31.6 -
YUV 160.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 159 164 144 0.03 0 0.12 0.36 75 0.1 0.6
Hex 9F A4 90 3 0 C 24 4B A 3C
Octal 237 244 220 3 0 14 44 113 12 74
Binary 10011111 10100100 10010000 11 0 1100 100100 1001011 1010 111100

Color Harmonies of #9FA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA490

Black with #9FA490

Text Example


Text Example

White with #9FA490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,164,144); }

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

background-color css

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

 a { background-color: rgb(159,164,144); }

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

border-color css

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

 span { border-color: rgb(159,164,144); }

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