#9FBFA8

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

Shades of Gum Leaf #9FBFA8

Tints of Gum Leaf #9FBFA8

Color information

#9FBFA8 (or 0x9FBFA8) is unknown color: approx Gum Leaf. HEX triplet: 9F, BF and A8. RGB value is (159,191,168). Sum of RGB (Red+Green+Blue) = 159+191+168=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBFA8 is #604057. Grayscale: #B2B2B2. Windows color (decimal): -6307928 or 11059103. OLE color: 11059103.

HSL color Cylindrical-coordinate representation of color #9FBFA8: hue angle of 136.87º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBFA8 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB159191168-
CMYK0.1700.120.25
HSL136.87º20%68.63%-
HSV(B)136.87º16.75%74.9%-
XYZ4047.4644.1-
YUV178.81121.9113.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=30.69%
G=36.87%
B=32.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911680.1700.120.25136.872068.63
Hex9FBFA8110C19891445
Octal237277250210143121124105
Binary10011111101111111010100010001011001100110001001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,168); }

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

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

 a { background-color: rgb(159,191,168); }

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

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

 span { border-color: rgb(159,191,168); }

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