Html Css Color HEX #9FA38D Bud

📋 copy color: '#9FA38D'

red 159 ◦ green 163 ◦ blue 141

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

Shades of Bud #9FA38D

Tints of Bud #9FA38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 34.34%
G = 35.21%
B = 30.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#9FA38D (or 0x9FA38D) is known color: Bud. HEX triplet: 9F, A3 and 8D. RGB value is (159,163,141). Sum of RGB (Red+Green+Blue) = 159+163+141=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA38D is #605C72. Grayscale: #9F9F9F. Windows color (decimal): -6315123 or 9282463. OLE color: 9282463.

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

Color convert

RGB 159 163 141 -
CMYK 0.02 0 0.13 0.36
HSL 70.91º 0.11% 0.6% -
HSV(B) 70.91º 0.13% 0.64% -
XYZ 32.2 35.49 30.35 -
YUV 159.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 159 163 141 0.02 0 0.13 0.36 70.91 0.11 0.6
Hex 9F A3 8D 2 0 D 24 47 B 3C
Octal 237 243 215 2 0 15 44 107 13 74
Binary 10011111 10100011 10001101 10 0 1101 100100 1000111 1011 111100

Color Harmonies of #9FA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA38D

Black with #9FA38D

Text Example


Text Example

White with #9FA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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