#9FBEA9

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

Shades of Gum Leaf #9FBEA9

Tints of Gum Leaf #9FBEA9

Color information

#9FBEA9 (or 0x9FBEA9) is unknown color: approx Gum Leaf. HEX triplet: 9F, BE and A9. RGB value is (159,190,169). Sum of RGB (Red+Green+Blue) = 159+190+169=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA9 is #604156. Grayscale: #B2B2B2. Windows color (decimal): -6308183 or 11124383. OLE color: 11124383.

HSL color Cylindrical-coordinate representation of color #9FBEA9: hue angle of 139.35º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEA9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB159190169-
CMYK0.1600.110.25
HSL139.35º19.25%68.43%-
HSV(B)139.35º16.32%74.51%-
XYZ39.8747.0644.52-
YUV178.34122.73114.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=30.69%
G=36.68%
B=32.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901690.1600.110.25139.3519.2568.43
Hex9FBEA9100B198b1344
Octal237276251200133121323104
Binary10011111101111101010100110000010111100110001011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,169); }

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

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

 a { background-color: rgb(159,190,169); }

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

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

 span { border-color: rgb(159,190,169); }

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