Html Css Color HEX #9FA390 Bud

📋 copy color: '#9FA390'

red 159 ◦ green 163 ◦ blue 144

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

Shades of Bud #9FA390

Tints of Bud #9FA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

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

R = 34.12%
G = 34.98%
B = 30.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#9FA390 (or 0x9FA390) is known color: Bud. HEX triplet: 9F, A3 and 90. RGB value is (159,163,144). Sum of RGB (Red+Green+Blue) = 159+163+144=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA390 is #605C6F. Grayscale: #9F9F9F. Windows color (decimal): -6315120 or 9479071. OLE color: 9479071.

HSL color Cylindrical-coordinate representation of color #9FA390: hue angle of 72.63º degrees, saturation: 0.09, 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 #9FA390 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 163 144 -
CMYK 0.02 0 0.12 0.36
HSL 72.63º 0.09% 0.6% -
HSV(B) 72.63º 0.12% 0.64% -
XYZ 32.43 35.58 31.54 -
YUV 159.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 159 163 144 0.02 0 0.12 0.36 72.63 0.09 0.6
Hex 9F A3 90 2 0 C 24 49 9 3C
Octal 237 243 220 2 0 14 44 111 11 74
Binary 10011111 10100011 10010000 10 0 1100 100100 1001001 1001 111100

Color Harmonies of #9FA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA390

Black with #9FA390

Text Example


Text Example

White with #9FA390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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