Html Css Color HEX #9FA58C Bud

📋 copy color: '#9FA58C'

red 159 ◦ green 165 ◦ blue 140

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

Shades of Bud #9FA58C

Tints of Bud #9FA58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 34.27%
G = 35.56%
B = 30.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#9FA58C (or 0x9FA58C) is known color: Bud. HEX triplet: 9F, A5 and 8C. RGB value is (159,165,140). Sum of RGB (Red+Green+Blue) = 159+165+140=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA58C is #605A73. Grayscale: #A0A0A0. Windows color (decimal): -6314612 or 9217439. OLE color: 9217439.

HSL color Cylindrical-coordinate representation of color #9FA58C: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA58C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 140 -
CMYK 0.04 0 0.15 0.35
HSL 74.4º 0.12% 0.6% -
HSV(B) 74.4º 0.15% 0.65% -
XYZ 32.49 36.17 30.08 -
YUV 160.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 159 165 140 0.04 0 0.15 0.35 74.4 0.12 0.6
Hex 9F A5 8C 4 0 F 23 4A C 3C
Octal 237 245 214 4 0 17 43 112 14 74
Binary 10011111 10100101 10001100 100 0 1111 100011 1001010 1100 111100

Color Harmonies of #9FA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA58C

Black with #9FA58C

Text Example


Text Example

White with #9FA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,140); }

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

background-color css

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

 a { background-color: rgb(159,165,140); }

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

border-color css

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

 span { border-color: rgb(159,165,140); }

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