#9FBAA2

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

Shades of Summer Green #9FBAA2

Tints of Summer Green #9FBAA2

Color information

#9FBAA2 (or 0x9FBAA2) is unknown color: approx Summer Green. HEX triplet: 9F, BA and A2. RGB value is (159,186,162). Sum of RGB (Red+Green+Blue) = 159+186+162=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA2 is #60455D. Grayscale: #AFAFAF. Windows color (decimal): -6309214 or 10664607. OLE color: 10664607.

HSL color Cylindrical-coordinate representation of color #9FBAA2: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAA2 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB159186162-
CMYK0.1500.130.27
HSL126.67º16.36%67.65%-
HSV(B)126.67º14.52%72.94%-
XYZ38.3845.140.86-
YUV175.19120.55116.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=31.36%
G=36.69%
B=31.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861620.1500.130.27126.6716.3667.65
Hex9FBAA2F0D1B7f1044
Octal237272242170153317720104
Binary100111111011101010100010111101101110111111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,162); }

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

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

 a { background-color: rgb(159,186,162); }

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

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

 span { border-color: rgb(159,186,162); }

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