#9FBEA7

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

Shades of Gum Leaf #9FBEA7

Tints of Gum Leaf #9FBEA7

Color information

#9FBEA7 (or 0x9FBEA7) is unknown color: approx Gum Leaf. HEX triplet: 9F, BE and A7. RGB value is (159,190,167). Sum of RGB (Red+Green+Blue) = 159+190+167=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA7 is #604158. Grayscale: #B2B2B2. Windows color (decimal): -6308185 or 10993311. OLE color: 10993311.

HSL color Cylindrical-coordinate representation of color #9FBEA7: hue angle of 135.48º 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 #9FBEA7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB159190167-
CMYK0.1600.120.25
HSL135.48º19.25%68.43%-
HSV(B)135.48º16.32%74.51%-
XYZ39.6946.9943.54-
YUV178.11121.73114.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=30.81%
G=36.82%
B=32.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901670.1600.120.25135.4819.2568.43
Hex9FBEA7100C19871344
Octal237276247200143120723104
Binary10011111101111101010011110000011001100110000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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