#9FAB85

Color #9FAB85 Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #9FAB85

Tints of Bud #9FAB85

Color information

#9FAB85 (or 0x9FAB85) is unknown color: approx Bud. HEX triplet: 9F, AB and 85. RGB value is (159,171,133). Sum of RGB (Red+Green+Blue) = 159+171+133=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB85 is #60547A. Grayscale: #A3A3A3. Windows color (decimal): -6313083 or 8760223. OLE color: 8760223.

HSL color Cylindrical-coordinate representation of color #9FAB85: hue angle of 78.95º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAB85 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB159171133-
CMYK0.0700.220.33
HSL78.95º18.45%59.61%-
HSV(B)78.95º22.22%67.06%-
XYZ33.0938.1927.82-
YUV163.08111.02125.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=34.34%
G=36.93%
B=28.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711330.0700.220.3378.9518.4559.61
Hex9FAB857016214f123c
Octal2372532057026411172274
Binary100111111010101110000101111010110100001100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,133); }

 H1.HeaderClassName
 {
   color: #9FAB85;
 }
 .AnyTagClassName
 {
   color: #9FAB85;
 }
</style>
background-color css

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

 a { background-color: rgb(159,171,133); }

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

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

 span { border-color: rgb(159,171,133); }

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